getName() — spring-boot Function Reference
Architecture documentation for the getName() function in LoggerConfiguration.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 5442b6c9_c948_65c9_3b32_df1993add6a2["getName()"] 00a6a480_6af2_03b3_bdb3_1bf6b134c2d7["getName()"] 00a6a480_6af2_03b3_bdb3_1bf6b134c2d7 -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 85a0d2d8_1051_4bd1_a89e_0a513ad1170a["isLog4jLogManagerInstalled()"] 85a0d2d8_1051_4bd1_a89e_0a513ad1170a -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 d8d0227d_4b1e_e35f_91b0_09efd8b6f15b["getAllLoggers()"] d8d0227d_4b1e_e35f_91b0_09efd8b6f15b -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 940cdd25_25fa_a874_b39a_b9b8d250dcae["convertLoggerConfig()"] 940cdd25_25fa_a874_b39a_b9b8d250dcae -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 bd65415b_ebfc_9f8d_9700_abc5695489ca["isAlreadyInitialized()"] bd65415b_ebfc_9f8d_9700_abc5695489ca -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 36342d1c_c6ba_b9d2_e9db_1183cd793ff7["markAsInitialized()"] 36342d1c_c6ba_b9d2_e9db_1183cd793ff7 -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 905673dd_fe29_aaa8_a054_09cf6678c1d0["initialize()"] 905673dd_fe29_aaa8_a054_09cf6678c1d0 -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 aa249080_5507_10e2_df79_a6fbb70d13c8["putInitializationContextObjects()"] aa249080_5507_10e2_df79_a6fbb70d13c8 -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 fbf63d90_29ae_d068_0560_fed7baba80bc["getLoggerConfiguration()"] fbf63d90_29ae_d068_0560_fed7baba80bc -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 827b6e1e_2462_ccf9_a2e9_02efb7e71f75["isAlreadyInitialized()"] 827b6e1e_2462_ccf9_a2e9_02efb7e71f75 -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 7a6feed9_24fb_6da2_4eaf_76df5ea47413["markAsInitialized()"] 7a6feed9_24fb_6da2_4eaf_76df5ea47413 -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 5ebca278_b9fb_c98c_74ea_187cdec79d0d["markAsUninitialized()"] 5ebca278_b9fb_c98c_74ea_187cdec79d0d -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 6a543648_0ba8_c788_9c44_77ba7c28f727["processAheadOfTime()"] 6a543648_0ba8_c788_9c44_77ba7c28f727 -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 fdf6995f_091d_d39c_431d_ee905fef9336["init()"] fdf6995f_091d_d39c_431d_ee905fef9336 -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 style 5442b6c9_c948_65c9_3b32_df1993add6a2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/LoggerConfiguration.java lines 75–77
public String getName() {
return this.name;
}
Domain
Subdomains
Calls
Called By
- applicationFailedEventCleansUpLoggingSystem()
- cleanupOccursAfterWebServerShutdown()
- clear()
- closingChildContextDoesNotCleanUpLoggingSystem()
- closingContextCleansUpLoggingSystem()
- convertLoggerConfig()
- getAllLoggers()
- getEnvironment()
- getEnvironmentWhenUsingFile()
- getLoggerConfiguration()
- getLoggerConfiguration()
- getLoggerConfiguration()
- getLoggerConfiguration()
- getLoggerConfigurationForNonExistentLoggerShouldReturnNull()
- getLoggerConfigurationShouldReturnLoggerWithNullConfiguredLevel()
- getLoggerConfigurationWhenHasCustomLevel()
- getLoggerConfigurations()
- getLoggerConfigurations()
- getLoggerConfigurations()
- getLoggerConfigurationsShouldReturnAllLoggers()
- getName()
- init()
- initialize()
- isAlreadyInitialized()
- isAlreadyInitialized()
- isLog4jLogManagerInstalled()
- jbossLoggingRoutesThroughLog4j2ByDefault()
- jbossLoggingRoutesThroughSlf4jWhenLoggingSystemIsInitialized()
- log4jLevelsArePropagatedToJul()
- loggingLevelIsPropagatedToJul()
- loggingThatUsesJulIsCaptured()
- loggingThatUsesJulIsCaptured()
- markAsInitialized()
- markAsInitialized()
- markAsUninitialized()
- processAheadOfTime()
- putInitializationContextObjects()
- setup()
- shutdownHookIsRegisteredByDefault()
- shutdownHookRegistrationCanBeDisabled()
- systemLevelTraceShouldReturnNativeLevelTraceNotAll()
- testSpringBootConfigLocation()
- throwableFromInitializeResultsInGracefulFailure()
- whenContextHasAotContributionThenProcessAheadOfTimeClearsAndReturnsIt()
Source
Frequently Asked Questions
What does getName() do?
getName() is a function in the spring-boot codebase.
What does getName() call?
getName() calls 1 function(s): getName.
What calls getName()?
getName() is called by 44 function(s): applicationFailedEventCleansUpLoggingSystem, cleanupOccursAfterWebServerShutdown, clear, closingChildContextDoesNotCleanUpLoggingSystem, closingContextCleansUpLoggingSystem, convertLoggerConfig, getAllLoggers, getEnvironment, and 36 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free