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

logbackBaseConfigurationDoesNotTriggerDeprecation() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  1bd07e4d_b8ee_e501_cca3_b1b6abb16b14["logbackBaseConfigurationDoesNotTriggerDeprecation()"]
  58d8d837_b5a1_09c5_cdb4_ff02e18c8c38["initialize()"]
  1bd07e4d_b8ee_e501_cca3_b1b6abb16b14 -->|calls| 58d8d837_b5a1_09c5_cdb4_ff02e18c8c38
  599de821_15df_43cf_ef7e_1637f660f37b["getLineWithText()"]
  1bd07e4d_b8ee_e501_cca3_b1b6abb16b14 -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b
  eb70c58c_f118_cc50_2b70_0b13761cba5c["toString()"]
  1bd07e4d_b8ee_e501_cca3_b1b6abb16b14 -->|calls| eb70c58c_f118_cc50_2b70_0b13761cba5c
  style 1bd07e4d_b8ee_e501_cca3_b1b6abb16b14 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

	@Test
	@WithIncludeBaseXmlResource
	void logbackBaseConfigurationDoesNotTriggerDeprecation(CapturedOutput output) {
		initialize(this.initializationContext, "classpath:include-base.xml", null);
		this.logger.info("Hello world");
		assertThat(getLineWithText(output, "Hello world")).contains(" INFO ").endsWith(": Hello world");
		assertThat(output.toString()).doesNotContain("WARN").doesNotContain("deprecated");
	}

Domain

Subdomains

Frequently Asked Questions

What does logbackBaseConfigurationDoesNotTriggerDeprecation() do?
logbackBaseConfigurationDoesNotTriggerDeprecation() is a function in the spring-boot codebase.
What does logbackBaseConfigurationDoesNotTriggerDeprecation() call?
logbackBaseConfigurationDoesNotTriggerDeprecation() calls 3 function(s): getLineWithText, initialize, toString.

Analyze Your Own Codebase

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

Try Supermodel Free