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

getSystemProperties() — spring-boot Function Reference

Architecture documentation for the getSystemProperties() function in LoggingSystem.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  8842e8be_33f7_fb86_2b17_02294b418e7a["getSystemProperties()"]
  3953113f_ac92_ae03_16d9_2d51610bbe6e["getLoggingSystemProperties()"]
  3953113f_ac92_ae03_16d9_2d51610bbe6e -->|calls| 8842e8be_33f7_fb86_2b17_02294b418e7a
  faaff992_0793_9a43_7613_39e2966ae5bf["getSystemProperties()"]
  faaff992_0793_9a43_7613_39e2966ae5bf -->|calls| 8842e8be_33f7_fb86_2b17_02294b418e7a
  58d8d837_b5a1_09c5_cdb4_ff02e18c8c38["initialize()"]
  58d8d837_b5a1_09c5_cdb4_ff02e18c8c38 -->|calls| 8842e8be_33f7_fb86_2b17_02294b418e7a
  style 8842e8be_33f7_fb86_2b17_02294b418e7a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/LoggingSystem.java lines 77–79

	public LoggingSystemProperties getSystemProperties(ConfigurableEnvironment environment) {
		return new LoggingSystemProperties(environment);
	}

Domain

Subdomains

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free