beforeInitialize() — spring-boot Function Reference
Architecture documentation for the beforeInitialize() function in LoggingSystem.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 501f40c7_eea3_8197_664f_2a7d4a9c3264["beforeInitialize()"] b45f586c_5e2a_a1c9_a1e1_0dd25222cc31["beforeInitialize()"] b45f586c_5e2a_a1c9_a1e1_0dd25222cc31 -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 03294e81_b264_aeb7_b8a2_6bcb8891af7a["onApplicationStartingEvent()"] 03294e81_b264_aeb7_b8a2_6bcb8891af7a -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 026d87d2_1fae_971e_d9a3_3338d1f38a97["noFile()"] 026d87d2_1fae_971e_d9a3_3338d1f38a97 -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 3366da7f_8219_e533_2df4_3787c22d13c4["withFile()"] 3366da7f_8219_e533_2df4_3787c22d13c4 -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 c16ccc75_37b3_67b6_dfbd_898b9e71cd98["testCustomFormatter()"] c16ccc75_37b3_67b6_dfbd_898b9e71cd98 -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 6975da44_ad70_396d_f655_a82fda69e62b["testSystemPropertyInitializesFormat()"] 6975da44_ad70_396d_f655_a82fda69e62b -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 4739b59b_fd78_a542_7b9f_33cc0e0466b0["testNonDefaultConfigLocation()"] 4739b59b_fd78_a542_7b9f_33cc0e0466b0 -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 f7ec4231_93ab_22a4_d58e_20f0e919c225["testNonexistentConfigLocation()"] f7ec4231_93ab_22a4_d58e_20f0e919c225 -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 2cacdadf_f287_27a2_f92b_8febd5d71afd["setLevel()"] 2cacdadf_f287_27a2_f92b_8febd5d71afd -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 4b8aff14_c25f_36e7_a9d6_45b8c124cf06["setLevelToNull()"] 4b8aff14_c25f_36e7_a9d6_45b8c124cf06 -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 7b629f0c_ddb8_40b8_3278_c9e1240a259a["getLoggerConfigurations()"] 7b629f0c_ddb8_40b8_3278_c9e1240a259a -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 7785c9f3_4230_882b_0e0c_5a35a5ff654e["getLoggerConfiguration()"] 7785c9f3_4230_882b_0e0c_5a35a5ff654e -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 a1919739_0472_a0bb_80a9_3b0b6120ad7e["shouldNotContainAnsiEscapeCodes()"] a1919739_0472_a0bb_80a9_3b0b6120ad7e -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 30b7a072_a57d_8237_aad9_35983ddde4a4["noFile()"] 30b7a072_a57d_8237_aad9_35983ddde4a4 -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 style 501f40c7_eea3_8197_664f_2a7d4a9c3264 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/LoggingSystem.java lines 86–86
public abstract void beforeInitialize();
Domain
Subdomains
Calls
Called By
- applicationGroupLoggingToConsoleWhenDisabled()
- applicationGroupLoggingToConsoleWhenHasApplicationGroup()
- applicationGroupLoggingToConsoleWhenHasApplicationGroupWithParenthesis()
- applicationGroupLoggingToFileWhenDisabled()
- applicationGroupLoggingToFileWhenHasApplicationGroup()
- applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis()
- applicationNameLoggingToConsoleWhenDisabled()
- applicationNameLoggingToConsoleWhenHasApplicationName()
- applicationNameLoggingToConsoleWhenHasApplicationNameWithParenthesis()
- applicationNameLoggingToFileWhenDisabled()
- applicationNameLoggingToFileWhenHasApplicationName()
- applicationNameLoggingToFileWhenHasApplicationNameWithParenthesis()
- applyingSystemPropertiesDoesNotCauseUnwantedStatusWarnings()
- beforeInitialize()
- beforeInitializeFilterDisablesErrorLogging()
- bridgeHandlerLifecycle()
- correlationLoggingToConsoleWhenExpectCorrelationIdFalseAndMdcContent()
- correlationLoggingToConsoleWhenExpectCorrelationIdTrueAndMdcContent()
- correlationLoggingToConsoleWhenExpectCorrelationIdTrueAndNoMdcContent()
- correlationLoggingToConsoleWhenHasCorrelationPattern()
- correlationLoggingToFileWhenExpectCorrelationIdTrueAndMdcContent()
- customExceptionConversionWord()
- customExceptionConversionWord()
- defaultConfigConfiguresAConsoleAppender()
- environmentIsUpdatedUponReinitialization()
- exceptionsIncludeClassPackaging()
- exceptionsIncludeClassPackaging()
- getEnvironment()
- getEnvironmentWhenUsingFile()
- getLoggerConfiguration()
- getLoggerConfiguration()
- getLoggerConfiguration()
- getLoggerConfigurationForLoggerThatDoesNotExistShouldReturnNull()
- getLoggerConfigurationForNonExistentLoggerShouldReturnNull()
- getLoggerConfigurationShouldReturnLoggerWithNullConfiguredLevel()
- getLoggerConfigurationWhenHasCustomLevel()
- getLoggerConfigurationWithResetLevelReturnsNull()
- getLoggerConfigurationWithResetLevelWhenAlreadyConfiguredReturnsParentConfiguredLevel()
- getLoggerConfigurations()
- getLoggerConfigurations()
- getLoggerConfigurations()
- getLoggerConfigurationsShouldReturnAllLoggers()
- initializationIsOnlyPerformedOnceUntilCleanedUp()
- initializationIsOnlyPerformedOnceUntilCleanedUp()
- initialize()
- initializeAddsSpringEnvironmentPropertySource()
- initializeAttachesEnvironmentToLoggerContext()
- initializeRegisterStatusListenerAndAttachToLoggerContext()
- initializeShouldApplyLogbackSystemPropertiesToTheContext()
- initializeShouldSetSystemProperty()
- jbossLoggingRoutesThroughSlf4jWhenLoggingSystemIsInitialized()
- loadOptionalOverrideConfigurationUponReinitialization()
- loadOptionalOverrideConfigurationWhenDoesNotExistUponReinitialization()
- log4jLevelsArePropagatedToJul()
- logbackDebugPropertyIsHonored()
- logbackSystemStatusListenerShouldBeRegistered()
- logbackSystemStatusListenerShouldBeRegisteredAndFilterStatusByLevelIfDebugDisabled()
- logbackSystemStatusListenerShouldBeRegisteredOnlyOnce()
- logbackSystemStatusListenerShouldBeRegisteredWhenCustomLogbackXmlHasStatusListener()
- logbackSystemStatusListenerShouldBeRegisteredWhenUsingCustomLogbackXml()
- loggingLevelIsPropagatedToJul()
- loggingThatUsesJulIsCaptured()
- loggingThatUsesJulIsCaptured()
- noDebugOutputIsProducedByDefault()
- noFile()
- noFile()
- noFile()
- onApplicationStartingEvent()
- setLevel()
- setLevel()
- setLevel()
- setLevelOfUnconfiguredLoggerDoesNotAffectRootConfiguration()
- setLevelToNull()
- setLevelToNull()
- setLevelToNull()
- shouldNotContainAnsiEscapeCodes()
- shouldNotContainAnsiEscapeCodes()
- shouldNotContainAnsiEscapeCodes()
- shouldRespectConsoleThreshold()
- shouldRespectFileThreshold()
- springProfileIfNestedWithinSecondPhaseElementSanityChecker()
- statusListenerIsUpdatedUponReinitialization()
- systemLevelTraceShouldReturnNativeLevelTraceNotAll()
- testCustomFormatter()
- testLogbackSpecificSystemProperty()
- testNonDefaultConfigLocation()
- testNonDefaultConfigLocation()
- testNonDefaultConfigLocation()
- testNonexistentConfigLocation()
- testNonexistentConfigLocation()
- testNonexistentConfigLocation()
- testSpringBootConfigLocation()
- testSystemPropertyInitializesFormat()
- whenConfigLocationIsNotXmlThenIllegalArgumentExceptionShouldBeThrown()
- whenConfigLocationIsXmlAndHasQueryParametersThenIllegalArgumentExceptionShouldNotBeThrown()
- whenConfigLocationIsXmlFileWithoutExtensionShouldWork()
- whenConfigurationErrorIsDetectedUnderlyingCausesAreIncludedAsSuppressedExceptions()
- withFile()
- withFile()
- withFile()
Source
Frequently Asked Questions
What does beforeInitialize() do?
beforeInitialize() is a function in the spring-boot codebase.
What does beforeInitialize() call?
beforeInitialize() calls 1 function(s): beforeInitialize.
What calls beforeInitialize()?
beforeInitialize() is called by 100 function(s): applicationGroupLoggingToConsoleWhenDisabled, applicationGroupLoggingToConsoleWhenHasApplicationGroup, applicationGroupLoggingToConsoleWhenHasApplicationGroupWithParenthesis, applicationGroupLoggingToFileWhenDisabled, applicationGroupLoggingToFileWhenHasApplicationGroup, applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis, applicationNameLoggingToConsoleWhenDisabled, applicationNameLoggingToConsoleWhenHasApplicationName, and 92 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free