removeJdkLoggingBridgeHandler() — spring-boot Function Reference
Architecture documentation for the removeJdkLoggingBridgeHandler() function in LogbackLoggingSystem.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 9d1392a2_5443_c8ce_e585_6fe9e0bfabff["removeJdkLoggingBridgeHandler()"] a9ae177e_f227_9d3a_a404_954f3cb40183["configureJdkLoggingBridgeHandler()"] a9ae177e_f227_9d3a_a404_954f3cb40183 -->|calls| 9d1392a2_5443_c8ce_e585_6fe9e0bfabff b6802fea_a8be_6703_64a1_4682074b029d["cleanUp()"] b6802fea_a8be_6703_64a1_4682074b029d -->|calls| 9d1392a2_5443_c8ce_e585_6fe9e0bfabff 5a42ccff_bb86_4e26_ae39_ee877b2872f4["removeDefaultRootHandler()"] 9d1392a2_5443_c8ce_e585_6fe9e0bfabff -->|calls| 5a42ccff_bb86_4e26_ae39_ee877b2872f4 style 9d1392a2_5443_c8ce_e585_6fe9e0bfabff fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java lines 165–173
private void removeJdkLoggingBridgeHandler() {
try {
removeDefaultRootHandler();
SLF4JBridgeHandler.uninstall();
}
catch (Throwable ex) {
// Ignore and continue
}
}
Domain
Subdomains
Calls
- removeDefaultRootHandler()
Source
Frequently Asked Questions
What does removeJdkLoggingBridgeHandler() do?
removeJdkLoggingBridgeHandler() is a function in the spring-boot codebase.
What does removeJdkLoggingBridgeHandler() call?
removeJdkLoggingBridgeHandler() calls 1 function(s): removeDefaultRootHandler.
What calls removeJdkLoggingBridgeHandler()?
removeJdkLoggingBridgeHandler() is called by 2 function(s): cleanUp, configureJdkLoggingBridgeHandler.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free