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

getConfiguredLevel() — spring-boot Function Reference

Architecture documentation for the getConfiguredLevel() function in LoggerConfiguration.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  7248f06e_800c_ea8c_c57e_f865b5def84a["getConfiguredLevel()"]
  de1a14d2_0ee8_1aeb_1686_e1a539fe9eaf["getLoggerConfigurationsShouldReturnAllLoggers()"]
  de1a14d2_0ee8_1aeb_1686_e1a539fe9eaf -->|calls| 7248f06e_800c_ea8c_c57e_f865b5def84a
  cee065ad_fd57_b33f_46df_bac2e8a2f38b["getLevelConfiguration()"]
  7248f06e_800c_ea8c_c57e_f865b5def84a -->|calls| cee065ad_fd57_b33f_46df_bac2e8a2f38b
  24c0fbca_1c0a_587d_aae0_6001704c3181["getLevel()"]
  7248f06e_800c_ea8c_c57e_f865b5def84a -->|calls| 24c0fbca_1c0a_587d_aae0_6001704c3181
  style 7248f06e_800c_ea8c_c57e_f865b5def84a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/LoggerConfiguration.java lines 84–87

	public @Nullable LogLevel getConfiguredLevel() {
		LevelConfiguration configuration = getLevelConfiguration(ConfigurationScope.DIRECT);
		return (configuration != null) ? configuration.getLevel() : null;
	}

Domain

Subdomains

Frequently Asked Questions

What does getConfiguredLevel() do?
getConfiguredLevel() is a function in the spring-boot codebase.
What does getConfiguredLevel() call?
getConfiguredLevel() calls 2 function(s): getLevel, getLevelConfiguration.
What calls getConfiguredLevel()?
getConfiguredLevel() is called by 1 function(s): getLoggerConfigurationsShouldReturnAllLoggers.

Analyze Your Own Codebase

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

Try Supermodel Free