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

initializeFinalLoggingLevels() — spring-boot Function Reference

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

Function java GradlePlugin RunTasks calls 3 called by 1

Entity Profile

Dependency Diagram

graph TD
  e06ef738_5468_1b36_b55d_7d5d424380b3["initializeFinalLoggingLevels()"]
  81d3722d_c4b6_44b8_92ad_5eddf72c432c["initialize()"]
  81d3722d_c4b6_44b8_92ad_5eddf72c432c -->|calls| e06ef738_5468_1b36_b55d_7d5d424380b3
  861a744c_751f_b36d_71fc_d9f5b37b8039["bindLoggerGroups()"]
  e06ef738_5468_1b36_b55d_7d5d424380b3 -->|calls| 861a744c_751f_b36d_71fc_d9f5b37b8039
  dacf1b60_9e14_9830_cc38_d3a0af142cdb["initializeSpringBootLogging()"]
  e06ef738_5468_1b36_b55d_7d5d424380b3 -->|calls| dacf1b60_9e14_9830_cc38_d3a0af142cdb
  478546f3_4485_d0db_1e4f_dca03580c35a["setLogLevels()"]
  e06ef738_5468_1b36_b55d_7d5d424380b3 -->|calls| 478546f3_4485_d0db_1e4f_dca03580c35a
  style e06ef738_5468_1b36_b55d_7d5d424380b3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

	private void initializeFinalLoggingLevels(ConfigurableEnvironment environment, LoggingSystem system) {
		bindLoggerGroups(environment);
		if (this.springBootLogging != null) {
			initializeSpringBootLogging(system, this.springBootLogging);
		}
		setLogLevels(system, environment);
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does initializeFinalLoggingLevels() do?
initializeFinalLoggingLevels() is a function in the spring-boot codebase.
What does initializeFinalLoggingLevels() call?
initializeFinalLoggingLevels() calls 3 function(s): bindLoggerGroups, initializeSpringBootLogging, setLogLevels.
What calls initializeFinalLoggingLevels()?
initializeFinalLoggingLevels() 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