logbackDefaultsConfigurationDoesNotTriggerDeprecation() — spring-boot Function Reference
Architecture documentation for the logbackDefaultsConfigurationDoesNotTriggerDeprecation() function in LogbackLoggingSystemTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 4aec144f_3e74_9612_64e0_243ed8003751["logbackDefaultsConfigurationDoesNotTriggerDeprecation()"] 58d8d837_b5a1_09c5_cdb4_ff02e18c8c38["initialize()"] 4aec144f_3e74_9612_64e0_243ed8003751 -->|calls| 58d8d837_b5a1_09c5_cdb4_ff02e18c8c38 599de821_15df_43cf_ef7e_1637f660f37b["getLineWithText()"] 4aec144f_3e74_9612_64e0_243ed8003751 -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b a8e96ced_a580_c46c_49e9_4ae0c8a9bd47["toString()"] 4aec144f_3e74_9612_64e0_243ed8003751 -->|calls| a8e96ced_a580_c46c_49e9_4ae0c8a9bd47 style 4aec144f_3e74_9612_64e0_243ed8003751 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java lines 147–154
@Test
@WithIncludeDefaultsXmlResource
void logbackDefaultsConfigurationDoesNotTriggerDeprecation(CapturedOutput output) {
initialize(this.initializationContext, "classpath:include-defaults.xml", null);
this.logger.info("Hello world");
assertThat(getLineWithText(output, "Hello world")).isEqualTo("[INFO] - Hello world");
assertThat(output.toString()).doesNotContain("WARN").doesNotContain("deprecated");
}
Domain
Subdomains
Source
Frequently Asked Questions
What does logbackDefaultsConfigurationDoesNotTriggerDeprecation() do?
logbackDefaultsConfigurationDoesNotTriggerDeprecation() is a function in the spring-boot codebase.
What does logbackDefaultsConfigurationDoesNotTriggerDeprecation() call?
logbackDefaultsConfigurationDoesNotTriggerDeprecation() 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