initialize() — spring-boot Function Reference
Architecture documentation for the initialize() function in LoggingApplicationListenerTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 2708db62_8b10_9bf2_e348_171895b093f2["initialize()"] 0fb20a89_e516_2c1e_0cd2_6c1ef8c4da5a["baseConfigLocation()"] 0fb20a89_e516_2c1e_0cd2_6c1ef8c4da5a -->|calls| 2708db62_8b10_9bf2_e348_171895b093f2 95aa9c2f_e204_0970_bd4c_f18c4bd78626["overrideConfigLocation()"] 95aa9c2f_e204_0970_bd4c_f18c4bd78626 -->|calls| 2708db62_8b10_9bf2_e348_171895b093f2 29101dd7_b9c1_b3f0_b337_734a62d8205d["throwableFromInitializeResultsInGracefulFailure()"] 29101dd7_b9c1_b3f0_b337_734a62d8205d -->|calls| 2708db62_8b10_9bf2_e348_171895b093f2 3822f26b_9847_43e2_c77b_59713d7e9db9["trailingWhitespaceInLoggingConfigShouldBeTrimmed()"] 3822f26b_9847_43e2_c77b_59713d7e9db9 -->|calls| 2708db62_8b10_9bf2_e348_171895b093f2 f575aa33_8305_12d0_e896_c3ed56bfd07c["overrideConfigDoesNotExist()"] f575aa33_8305_12d0_e896_c3ed56bfd07c -->|calls| 2708db62_8b10_9bf2_e348_171895b093f2 29120080_cb86_fc70_f9b8_2068829b963d["azureDefaultLoggingConfigDoesNotCauseAFailure()"] 29120080_cb86_fc70_f9b8_2068829b963d -->|calls| 2708db62_8b10_9bf2_e348_171895b093f2 559e67ac_60b4_c1d4_4c9a_74b3d749e1cf["tomcatNopLoggingConfigDoesNotCauseAFailure()"] 559e67ac_60b4_c1d4_4c9a_74b3d749e1cf -->|calls| 2708db62_8b10_9bf2_e348_171895b093f2 29056d74_654e_a9ec_ae74_b4c735b607d8["overrideConfigBroken()"] 29056d74_654e_a9ec_ae74_b4c735b607d8 -->|calls| 2708db62_8b10_9bf2_e348_171895b093f2 bab8be36_707c_90dc_862a_e4b4bca29f0b["addLogFileProperty()"] bab8be36_707c_90dc_862a_e4b4bca29f0b -->|calls| 2708db62_8b10_9bf2_e348_171895b093f2 6c1bc282_0d40_a83f_7c1b_cb72543bd8d3["addLogFilePropertyWithDefault()"] 6c1bc282_0d40_a83f_7c1b_cb72543bd8d3 -->|calls| 2708db62_8b10_9bf2_e348_171895b093f2 da26f743_ecda_9dc0_eaae_71cd8ca73aef["addLogPathProperty()"] da26f743_ecda_9dc0_eaae_71cd8ca73aef -->|calls| 2708db62_8b10_9bf2_e348_171895b093f2 e565b3d9_458c_4c11_5835_b543e81d96a2["parseDebugArg()"] e565b3d9_458c_4c11_5835_b543e81d96a2 -->|calls| 2708db62_8b10_9bf2_e348_171895b093f2 14c966ea_5e79_8f66_0f1b_6154bfd4fb4f["parseDebugArgExpandGroups()"] 14c966ea_5e79_8f66_0f1b_6154bfd4fb4f -->|calls| 2708db62_8b10_9bf2_e348_171895b093f2 86752818_3882_5efb_b896_357751fac740["parseTraceArg()"] 86752818_3882_5efb_b896_357751fac740 -->|calls| 2708db62_8b10_9bf2_e348_171895b093f2 style 2708db62_8b10_9bf2_e348_171895b093f2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/logging/LoggingApplicationListenerTests.java lines 756–760
@Override
public void initialize(LoggingInitializationContext initializationContext, @Nullable String configLocation,
@Nullable LogFile logFile) {
throw new Error("Deliberately broken");
}
Domain
Subdomains
Calls
Called By
- addLogFileProperty()
- addLogFilePropertyWithDefault()
- addLogPathProperty()
- azureDefaultLoggingConfigDoesNotCauseAFailure()
- baseConfigLocation()
- defaultExceptionConversionWord()
- disableDebugTraceArg()
- environmentPropertiesIgnoreUnresolvablePlaceholders()
- environmentPropertiesResolvePlaceholders()
- logFilePropertiesCanReferenceSystemProperties()
- loggingGroupsCanBeDefined()
- loggingGroupsDefaultsAreApplied()
- lowPriorityPropertySourceShouldNotOverrideRootLoggerConfig()
- overrideConfigBroken()
- overrideConfigDoesNotExist()
- overrideConfigLocation()
- overrideExceptionConversionWord()
- parseArgsDisabled()
- parseArgsDoesntReplace()
- parseDebugArg()
- parseDebugArgExpandGroups()
- parseLevels()
- parseLevelsCaseInsensitive()
- parseLevelsFails()
- parseLevelsMapsFalseToOff()
- parseLevelsNone()
- parseLevelsTrimsWhitespace()
- parseLevelsWithPlaceholder()
- parseTraceArg()
- shutdownHookIsRegisteredByDefault()
- shutdownHookRegistrationCanBeDisabled()
- systemPropertiesAreSetForLoggingConfiguration()
- throwableFromInitializeResultsInGracefulFailure()
- tomcatNopLoggingConfigDoesNotCauseAFailure()
- trailingWhitespaceInLoggingConfigShouldBeTrimmed()
Source
Frequently Asked Questions
What does initialize() do?
initialize() is a function in the spring-boot codebase.
What does initialize() call?
initialize() calls 1 function(s): initialize.
What calls initialize()?
initialize() is called by 35 function(s): addLogFileProperty, addLogFilePropertyWithDefault, addLogPathProperty, azureDefaultLoggingConfigDoesNotCauseAFailure, baseConfigLocation, defaultExceptionConversionWord, disableDebugTraceArg, environmentPropertiesIgnoreUnresolvablePlaceholders, and 27 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free