Home / Function/ configureJdkLoggingBridgeHandler() — spring-boot Function Reference

configureJdkLoggingBridgeHandler() — spring-boot Function Reference

Architecture documentation for the configureJdkLoggingBridgeHandler() function in LogbackLoggingSystem.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  a9ae177e_f227_9d3a_a404_954f3cb40183["configureJdkLoggingBridgeHandler()"]
  4a698093_93ee_c54a_b5a5_6ded488dd2e6["beforeInitialize()"]
  4a698093_93ee_c54a_b5a5_6ded488dd2e6 -->|calls| a9ae177e_f227_9d3a_a404_954f3cb40183
  e80163d3_407f_fd06_80c8_acab7498e1eb["isBridgeJulIntoSlf4j()"]
  a9ae177e_f227_9d3a_a404_954f3cb40183 -->|calls| e80163d3_407f_fd06_80c8_acab7498e1eb
  9d1392a2_5443_c8ce_e585_6fe9e0bfabff["removeJdkLoggingBridgeHandler()"]
  a9ae177e_f227_9d3a_a404_954f3cb40183 -->|calls| 9d1392a2_5443_c8ce_e585_6fe9e0bfabff
  style a9ae177e_f227_9d3a_a404_954f3cb40183 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java lines 139–149

	private void configureJdkLoggingBridgeHandler() {
		try {
			if (isBridgeJulIntoSlf4j()) {
				removeJdkLoggingBridgeHandler();
				SLF4JBridgeHandler.install();
			}
		}
		catch (Throwable ex) {
			// Ignore. No java.util.logging bridge is installed.
		}
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does configureJdkLoggingBridgeHandler() do?
configureJdkLoggingBridgeHandler() is a function in the spring-boot codebase.
What does configureJdkLoggingBridgeHandler() call?
configureJdkLoggingBridgeHandler() calls 2 function(s): isBridgeJulIntoSlf4j, removeJdkLoggingBridgeHandler.
What calls configureJdkLoggingBridgeHandler()?
configureJdkLoggingBridgeHandler() is called by 1 function(s): beforeInitialize.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free