getLoggerConfiguration() — spring-boot Function Reference
Architecture documentation for the getLoggerConfiguration() function in LogbackLoggingSystem.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD fbf63d90_29ae_d068_0560_fed7baba80bc["getLoggerConfiguration()"] c9d1be2c_028c_bff0_87fd_d0bc5580e40b["getLoggerConfigurations()"] c9d1be2c_028c_bff0_87fd_d0bc5580e40b -->|calls| fbf63d90_29ae_d068_0560_fed7baba80bc 0c81c8a7_d17d_2c10_84fe_27b409761f10["getLoggerName()"] fbf63d90_29ae_d068_0560_fed7baba80bc -->|calls| 0c81c8a7_d17d_2c10_84fe_27b409761f10 38e995b4_1ef1_6922_5bd2_636797effcbc["getLoggerContext()"] fbf63d90_29ae_d068_0560_fed7baba80bc -->|calls| 38e995b4_1ef1_6922_5bd2_636797effcbc 786112f1_7fe4_ecf5_f4b4_4a1e386eee56["convertNativeToSystem()"] fbf63d90_29ae_d068_0560_fed7baba80bc -->|calls| 786112f1_7fe4_ecf5_f4b4_4a1e386eee56 24c0fbca_1c0a_587d_aae0_6001704c3181["getLevel()"] fbf63d90_29ae_d068_0560_fed7baba80bc -->|calls| 24c0fbca_1c0a_587d_aae0_6001704c3181 85e5a0b6_c0ae_d16c_84ca_167aa6302214["getEffectiveLevel()"] fbf63d90_29ae_d068_0560_fed7baba80bc -->|calls| 85e5a0b6_c0ae_d16c_84ca_167aa6302214 e19376dd_50cc_d749_9a96_43dc4f39358a["LoggerConfiguration()"] fbf63d90_29ae_d068_0560_fed7baba80bc -->|calls| e19376dd_50cc_d749_9a96_43dc4f39358a ccf5ea2f_9cb1_829b_800e_81d9751aa854["getLoggerConfiguration()"] fbf63d90_29ae_d068_0560_fed7baba80bc -->|calls| ccf5ea2f_9cb1_829b_800e_81d9751aa854 1a6c780f_d03f_15b3_b2a5_dede659f890a["getLoggerConfiguration()"] fbf63d90_29ae_d068_0560_fed7baba80bc -->|calls| 1a6c780f_d03f_15b3_b2a5_dede659f890a 5442b6c9_c948_65c9_3b32_df1993add6a2["getName()"] fbf63d90_29ae_d068_0560_fed7baba80bc -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 style fbf63d90_29ae_d068_0560_fed7baba80bc fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java lines 370–375
@Override
public @Nullable LoggerConfiguration getLoggerConfiguration(String loggerName) {
String name = getLoggerName(loggerName);
LoggerContext loggerContext = getLoggerContext();
return getLoggerConfiguration(loggerContext.exists(name));
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does getLoggerConfiguration() do?
getLoggerConfiguration() is a function in the spring-boot codebase.
What does getLoggerConfiguration() call?
getLoggerConfiguration() calls 9 function(s): LoggerConfiguration, convertNativeToSystem, getEffectiveLevel, getLevel, getLoggerConfiguration, getLoggerConfiguration, getLoggerContext, getLoggerName, and 1 more.
What calls getLoggerConfiguration()?
getLoggerConfiguration() is called by 1 function(s): getLoggerConfigurations.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free