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

setSystemProperty() — spring-boot Function Reference

Architecture documentation for the setSystemProperty() function in LoggingSystemProperties.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  ad1496f1_596b_51ff_bf95_dcfb8e89f05d["setSystemProperty()"]
  ce3696cf_77dd_9520_e3ee_8873df6cb400["apply()"]
  ce3696cf_77dd_9520_e3ee_8873df6cb400 -->|calls| ad1496f1_596b_51ff_bf95_dcfb8e89f05d
  c297f93a_79fe_5296_7c92_95559bb96d72["applyJBossLoggingProperties()"]
  c297f93a_79fe_5296_7c92_95559bb96d72 -->|calls| ad1496f1_596b_51ff_bf95_dcfb8e89f05d
  c0bd7632_949a_e520_f88c_e693071f7d8b["applyRollingPolicy()"]
  c0bd7632_949a_e520_f88c_e693071f7d8b -->|calls| ad1496f1_596b_51ff_bf95_dcfb8e89f05d
  ce3696cf_77dd_9520_e3ee_8873df6cb400["apply()"]
  ad1496f1_596b_51ff_bf95_dcfb8e89f05d -->|calls| ce3696cf_77dd_9520_e3ee_8873df6cb400
  style ad1496f1_596b_51ff_bf95_dcfb8e89f05d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/LoggingSystemProperties.java lines 170–172

	private void setSystemProperty(LoggingSystemProperty property, PropertyResolver resolver) {
		setSystemProperty(property, resolver, (i) -> i);
	}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does setSystemProperty() do?
setSystemProperty() is a function in the spring-boot codebase.
What does setSystemProperty() call?
setSystemProperty() calls 1 function(s): apply.
What calls setSystemProperty()?
setSystemProperty() is called by 3 function(s): apply, applyJBossLoggingProperties, applyRollingPolicy.

Analyze Your Own Codebase

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

Try Supermodel Free