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

isLog4jBridgeHandlerAvailable() — spring-boot Function Reference

Architecture documentation for the isLog4jBridgeHandlerAvailable() function in Log4J2LoggingSystem.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  75f7a353_b3bd_4a97_44f4_02cb5bc5d805["isLog4jBridgeHandlerAvailable()"]
  11bc3c8e_26c8_b240_e5e6_30a78e35c1ea["configureJdkLoggingBridgeHandler()"]
  11bc3c8e_26c8_b240_e5e6_30a78e35c1ea -->|calls| 75f7a353_b3bd_4a97_44f4_02cb5bc5d805
  29ad5ee7_8d88_d502_0aba_ece6b363b457["cleanUp()"]
  29ad5ee7_8d88_d502_0aba_ece6b363b457 -->|calls| 75f7a353_b3bd_4a97_44f4_02cb5bc5d805
  272568bf_02f3_72db_ef7c_d7db470595d1["getClassLoader()"]
  75f7a353_b3bd_4a97_44f4_02cb5bc5d805 -->|calls| 272568bf_02f3_72db_ef7c_d7db470595d1
  style 75f7a353_b3bd_4a97_44f4_02cb5bc5d805 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/log4j2/Log4J2LoggingSystem.java lines 209–211

	private boolean isLog4jBridgeHandlerAvailable() {
		return ClassUtils.isPresent(LOG4J_BRIDGE_HANDLER, getClassLoader());
	}

Domain

Subdomains

Frequently Asked Questions

What does isLog4jBridgeHandlerAvailable() do?
isLog4jBridgeHandlerAvailable() is a function in the spring-boot codebase.
What does isLog4jBridgeHandlerAvailable() call?
isLog4jBridgeHandlerAvailable() calls 1 function(s): getClassLoader.
What calls isLog4jBridgeHandlerAvailable()?
isLog4jBridgeHandlerAvailable() 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