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

jbossLoggingRoutesThroughSlf4jWhenLoggingSystemIsInitialized() — spring-boot Function Reference

Architecture documentation for the jbossLoggingRoutesThroughSlf4jWhenLoggingSystemIsInitialized() function in LogbackLoggingSystemTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  27326c3e_bbe8_1a13_e5ac_2b70fa2096dd["jbossLoggingRoutesThroughSlf4jWhenLoggingSystemIsInitialized()"]
  58d8d837_b5a1_09c5_cdb4_ff02e18c8c38["initialize()"]
  27326c3e_bbe8_1a13_e5ac_2b70fa2096dd -->|calls| 58d8d837_b5a1_09c5_cdb4_ff02e18c8c38
  501f40c7_eea3_8197_664f_2a7d4a9c3264["beforeInitialize()"]
  27326c3e_bbe8_1a13_e5ac_2b70fa2096dd -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264
  5442b6c9_c948_65c9_3b32_df1993add6a2["getName()"]
  27326c3e_bbe8_1a13_e5ac_2b70fa2096dd -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2
  style 27326c3e_bbe8_1a13_e5ac_2b70fa2096dd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java lines 173–180

	@Test
	@ClassPathOverrides("org.jboss.logging:jboss-logging:3.5.0.Final")
	void jbossLoggingRoutesThroughSlf4jWhenLoggingSystemIsInitialized() {
		this.loggingSystem.beforeInitialize();
		initialize(this.initializationContext, null, null);
		assertThat(org.jboss.logging.Logger.getLogger(getClass()).getClass().getName())
			.isEqualTo("org.jboss.logging.Slf4jLocationAwareLogger");
	}

Domain

Subdomains

Frequently Asked Questions

What does jbossLoggingRoutesThroughSlf4jWhenLoggingSystemIsInitialized() do?
jbossLoggingRoutesThroughSlf4jWhenLoggingSystemIsInitialized() is a function in the spring-boot codebase.
What does jbossLoggingRoutesThroughSlf4jWhenLoggingSystemIsInitialized() call?
jbossLoggingRoutesThroughSlf4jWhenLoggingSystemIsInitialized() calls 3 function(s): beforeInitialize, getName, initialize.

Analyze Your Own Codebase

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

Try Supermodel Free