Home / Function/ getLoggingSystemProperties() — spring-boot Function Reference

getLoggingSystemProperties() — spring-boot Function Reference

Architecture documentation for the getLoggingSystemProperties() function in LoggingApplicationListener.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  3953113f_ac92_ae03_16d9_2d51610bbe6e["getLoggingSystemProperties()"]
  81d3722d_c4b6_44b8_92ad_5eddf72c432c["initialize()"]
  81d3722d_c4b6_44b8_92ad_5eddf72c432c -->|calls| 3953113f_ac92_ae03_16d9_2d51610bbe6e
  8842e8be_33f7_fb86_2b17_02294b418e7a["getSystemProperties()"]
  3953113f_ac92_ae03_16d9_2d51610bbe6e -->|calls| 8842e8be_33f7_fb86_2b17_02294b418e7a
  67c73d2a_3c49_cb13_cad8_ad1d094d73d9["LoggingSystemProperties()"]
  3953113f_ac92_ae03_16d9_2d51610bbe6e -->|calls| 67c73d2a_3c49_cb13_cad8_ad1d094d73d9
  style 3953113f_ac92_ae03_16d9_2d51610bbe6e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/logging/LoggingApplicationListener.java lines 307–310

	private LoggingSystemProperties getLoggingSystemProperties(ConfigurableEnvironment environment) {
		return (this.loggingSystem != null) ? this.loggingSystem.getSystemProperties(environment)
				: new LoggingSystemProperties(environment);
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does getLoggingSystemProperties() do?
getLoggingSystemProperties() is a function in the spring-boot codebase.
What does getLoggingSystemProperties() call?
getLoggingSystemProperties() calls 2 function(s): LoggingSystemProperties, getSystemProperties.
What calls getLoggingSystemProperties()?
getLoggingSystemProperties() is called by 1 function(s): initialize.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free