bindLoggerGroups() — spring-boot Function Reference
Architecture documentation for the bindLoggerGroups() function in LoggingApplicationListener.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 861a744c_751f_b36d_71fc_d9f5b37b8039["bindLoggerGroups()"] e06ef738_5468_1b36_b55d_7d5d424380b3["initializeFinalLoggingLevels()"] e06ef738_5468_1b36_b55d_7d5d424380b3 -->|calls| 861a744c_751f_b36d_71fc_d9f5b37b8039 8297d150_846a_4cc4_47ca_e6d5a70497f3["bind()"] 861a744c_751f_b36d_71fc_d9f5b37b8039 -->|calls| 8297d150_846a_4cc4_47ca_e6d5a70497f3 c90d60de_6e4d_b157_5121_acbc78d427f0["get()"] 861a744c_751f_b36d_71fc_d9f5b37b8039 -->|calls| c90d60de_6e4d_b157_5121_acbc78d427f0 style 861a744c_751f_b36d_71fc_d9f5b37b8039 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/context/logging/LoggingApplicationListener.java lines 368–373
private void bindLoggerGroups(ConfigurableEnvironment environment) {
if (this.loggerGroups != null) {
Binder binder = Binder.get(environment);
binder.bind(LOGGING_GROUP, STRING_STRINGS_MAP).ifBound(this.loggerGroups::putAll);
}
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does bindLoggerGroups() do?
bindLoggerGroups() is a function in the spring-boot codebase.
What does bindLoggerGroups() call?
bindLoggerGroups() calls 2 function(s): bind, get.
What calls bindLoggerGroups()?
bindLoggerGroups() is called by 1 function(s): initializeFinalLoggingLevels.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free