stopAndReset() — spring-boot Function Reference
Architecture documentation for the stopAndReset() function in LogbackLoggingSystem.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 92be7141_fcb5_fc46_efa1_0ecddfb50dbd["stopAndReset()"] 7d5d754c_bca4_3cde_00f3_cbf533d9a055["initializeFromAotGeneratedArtifactsIfPossible()"] 7d5d754c_bca4_3cde_00f3_cbf533d9a055 -->|calls| 92be7141_fcb5_fc46_efa1_0ecddfb50dbd 647ef14c_5da4_24a4_ddac_0beb0e1b96f5["loadDefaults()"] 647ef14c_5da4_24a4_ddac_0beb0e1b96f5 -->|calls| 92be7141_fcb5_fc46_efa1_0ecddfb50dbd cafc9a8c_e23a_b8c4_5c44_2f02f0d89617["loadConfiguration()"] cafc9a8c_e23a_b8c4_5c44_2f02f0d89617 -->|calls| 92be7141_fcb5_fc46_efa1_0ecddfb50dbd 579eadca_72e8_183d_6836_20d192ffb6a9["isBridgeHandlerInstalled()"] 92be7141_fcb5_fc46_efa1_0ecddfb50dbd -->|calls| 579eadca_72e8_183d_6836_20d192ffb6a9 e6c74efc_062d_2f8c_037c_a486cb036e07["addLevelChangePropagator()"] 92be7141_fcb5_fc46_efa1_0ecddfb50dbd -->|calls| e6c74efc_062d_2f8c_037c_a486cb036e07 style 92be7141_fcb5_fc46_efa1_0ecddfb50dbd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java lines 308–314
private void stopAndReset(LoggerContext loggerContext) {
loggerContext.stop();
loggerContext.reset();
if (isBridgeHandlerInstalled()) {
addLevelChangePropagator(loggerContext);
}
}
Domain
Subdomains
Calls
- addLevelChangePropagator()
- isBridgeHandlerInstalled()
Source
Frequently Asked Questions
What does stopAndReset() do?
stopAndReset() is a function in the spring-boot codebase.
What does stopAndReset() call?
stopAndReset() calls 2 function(s): addLevelChangePropagator, isBridgeHandlerInstalled.
What calls stopAndReset()?
stopAndReset() is called by 3 function(s): initializeFromAotGeneratedArtifactsIfPossible, loadConfiguration, loadDefaults.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free