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

loggingThatUsesJulIsCaptured() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

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

	@Test
	void loggingThatUsesJulIsCaptured(CapturedOutput output) {
		this.loggingSystem.beforeInitialize();
		initialize(this.initializationContext, null, null);
		java.util.logging.Logger julLogger = java.util.logging.Logger.getLogger(getClass().getName());
		julLogger.info("Hello world");
		assertThat(output).contains("Hello world");
	}

Domain

Subdomains

Frequently Asked Questions

What does loggingThatUsesJulIsCaptured() do?
loggingThatUsesJulIsCaptured() is a function in the spring-boot codebase.
What does loggingThatUsesJulIsCaptured() call?
loggingThatUsesJulIsCaptured() 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