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

getLoggerContext() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  412405e1_afb7_ef0a_b22d_5edc2df0b828["getLoggerContext()"]
  8ea24035_8ffc_c360_55c1_916eabe045be["getSelfInitializationConfig()"]
  8ea24035_8ffc_c360_55c1_916eabe045be -->|calls| 412405e1_afb7_ef0a_b22d_5edc2df0b828
  2f8382b5_23e7_1e16_9e0a_66dcfb0ec521["getSpringInitializationConfig()"]
  2f8382b5_23e7_1e16_9e0a_66dcfb0ec521 -->|calls| 412405e1_afb7_ef0a_b22d_5edc2df0b828
  b8a74193_db88_a5ea_ed35_5c09a84d226e["beforeInitialize()"]
  b8a74193_db88_a5ea_ed35_5c09a84d226e -->|calls| 412405e1_afb7_ef0a_b22d_5edc2df0b828
  d96e0984_c4d4_8c0c_f645_23c756d30e3c["initialize()"]
  d96e0984_c4d4_8c0c_f645_23c756d30e3c -->|calls| 412405e1_afb7_ef0a_b22d_5edc2df0b828
  1713cec4_0f07_a26a_cf7f_ab9b57549a5a["load()"]
  1713cec4_0f07_a26a_cf7f_ab9b57549a5a -->|calls| 412405e1_afb7_ef0a_b22d_5edc2df0b828
  2e6854cb_ef3b_e3f6_8135_9551ea39f5ef["setLogLevel()"]
  2e6854cb_ef3b_e3f6_8135_9551ea39f5ef -->|calls| 412405e1_afb7_ef0a_b22d_5edc2df0b828
  56ae00ac_ea6c_2311_27b4_1d4d40f37ce2["clearLogLevel()"]
  56ae00ac_ea6c_2311_27b4_1d4d40f37ce2 -->|calls| 412405e1_afb7_ef0a_b22d_5edc2df0b828
  d8d0227d_4b1e_e35f_91b0_09efd8b6f15b["getAllLoggers()"]
  d8d0227d_4b1e_e35f_91b0_09efd8b6f15b -->|calls| 412405e1_afb7_ef0a_b22d_5edc2df0b828
  07d7656c_8cf7_7f82_4d0a_d6a6e796c26b["addLogger()"]
  07d7656c_8cf7_7f82_4d0a_d6a6e796c26b -->|calls| 412405e1_afb7_ef0a_b22d_5edc2df0b828
  f8949ea8_6146_1a54_d2f4_7ab4d619af92["getShutdownHandler()"]
  f8949ea8_6146_1a54_d2f4_7ab4d619af92 -->|calls| 412405e1_afb7_ef0a_b22d_5edc2df0b828
  29ad5ee7_8d88_d502_0aba_ece6b363b457["cleanUp()"]
  29ad5ee7_8d88_d502_0aba_ece6b363b457 -->|calls| 412405e1_afb7_ef0a_b22d_5edc2df0b828
  a9d9bec5_abbc_9307_083b_2dc3c617a3e4["findLogger()"]
  a9d9bec5_abbc_9307_083b_2dc3c617a3e4 -->|calls| 412405e1_afb7_ef0a_b22d_5edc2df0b828
  style 412405e1_afb7_ef0a_b22d_5edc2df0b828 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

	LoggerContext getLoggerContext() {
		return this.loggerContext;
	}

Domain

Subdomains

Frequently Asked Questions

What does getLoggerContext() do?
getLoggerContext() is a function in the spring-boot codebase.
What calls getLoggerContext()?
getLoggerContext() is called by 12 function(s): addLogger, beforeInitialize, cleanUp, clearLogLevel, findLogger, getAllLoggers, getSelfInitializationConfig, getShutdownHandler, and 4 more.

Analyze Your Own Codebase

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

Try Supermodel Free