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

getLevelConfiguration() — spring-boot Function Reference

Architecture documentation for the getLevelConfiguration() function in Log4J2LoggingSystem.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 4 called by 1

Entity Profile

Dependency Diagram

graph TD
  ddb63af6_5407_e146_30e8_5c5c2a072095["getLevelConfiguration()"]
  940cdd25_25fa_a874_b39a_b9b8d250dcae["convertLoggerConfig()"]
  940cdd25_25fa_a874_b39a_b9b8d250dcae -->|calls| ddb63af6_5407_e146_30e8_5c5c2a072095
  cee065ad_fd57_b33f_46df_bac2e8a2f38b["getLevelConfiguration()"]
  ddb63af6_5407_e146_30e8_5c5c2a072095 -->|calls| cee065ad_fd57_b33f_46df_bac2e8a2f38b
  786112f1_7fe4_ecf5_f4b4_4a1e386eee56["convertNativeToSystem()"]
  ddb63af6_5407_e146_30e8_5c5c2a072095 -->|calls| 786112f1_7fe4_ecf5_f4b4_4a1e386eee56
  83bac8fc_bcc7_257e_3b24_25c288b1d07b["ofCustom()"]
  ddb63af6_5407_e146_30e8_5c5c2a072095 -->|calls| 83bac8fc_bcc7_257e_3b24_25c288b1d07b
  cd4620eb_deae_3575_f645_e33d9aacf415["of()"]
  ddb63af6_5407_e146_30e8_5c5c2a072095 -->|calls| cd4620eb_deae_3575_f645_e33d9aacf415
  style ddb63af6_5407_e146_30e8_5c5c2a072095 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/log4j2/Log4J2LoggingSystem.java lines 442–445

	private LevelConfiguration getLevelConfiguration(Level level) {
		LogLevel logLevel = LEVELS.convertNativeToSystem(level);
		return (logLevel != null) ? LevelConfiguration.of(logLevel) : LevelConfiguration.ofCustom(level.name());
	}

Domain

Subdomains

Frequently Asked Questions

What does getLevelConfiguration() do?
getLevelConfiguration() is a function in the spring-boot codebase.
What does getLevelConfiguration() call?
getLevelConfiguration() calls 4 function(s): convertNativeToSystem, getLevelConfiguration, of, ofCustom.
What calls getLevelConfiguration()?
getLevelConfiguration() is called by 1 function(s): convertLoggerConfig.

Analyze Your Own Codebase

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

Try Supermodel Free