systemLevelTraceShouldReturnNativeLevelTraceNotAll() — spring-boot Function Reference
Architecture documentation for the systemLevelTraceShouldReturnNativeLevelTraceNotAll() function in LogbackLoggingSystemTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 9ffb8c32_3d48_8473_a2de_7ad91f688c9d["systemLevelTraceShouldReturnNativeLevelTraceNotAll()"] 58d8d837_b5a1_09c5_cdb4_ff02e18c8c38["initialize()"] 9ffb8c32_3d48_8473_a2de_7ad91f688c9d -->|calls| 58d8d837_b5a1_09c5_cdb4_ff02e18c8c38 24c0fbca_1c0a_587d_aae0_6001704c3181["getLevel()"] 9ffb8c32_3d48_8473_a2de_7ad91f688c9d -->|calls| 24c0fbca_1c0a_587d_aae0_6001704c3181 501f40c7_eea3_8197_664f_2a7d4a9c3264["beforeInitialize()"] 9ffb8c32_3d48_8473_a2de_7ad91f688c9d -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 121b7287_c247_a3cc_c719_79c9c639fbd5["setLogLevel()"] 9ffb8c32_3d48_8473_a2de_7ad91f688c9d -->|calls| 121b7287_c247_a3cc_c719_79c9c639fbd5 5442b6c9_c948_65c9_3b32_df1993add6a2["getName()"] 9ffb8c32_3d48_8473_a2de_7ad91f688c9d -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 style 9ffb8c32_3d48_8473_a2de_7ad91f688c9d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java lines 306–313
@Test
void systemLevelTraceShouldReturnNativeLevelTraceNotAll() {
this.loggingSystem.beforeInitialize();
initialize(this.initializationContext, null, null);
this.loggingSystem.setLogLevel(getClass().getName(), LogLevel.TRACE);
Logger logger = (Logger) LoggerFactory.getILoggerFactory().getLogger(getClass().getName());
assertThat(logger.getLevel()).isEqualTo(Level.TRACE);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does systemLevelTraceShouldReturnNativeLevelTraceNotAll() do?
systemLevelTraceShouldReturnNativeLevelTraceNotAll() is a function in the spring-boot codebase.
What does systemLevelTraceShouldReturnNativeLevelTraceNotAll() call?
systemLevelTraceShouldReturnNativeLevelTraceNotAll() calls 5 function(s): beforeInitialize, getLevel, getName, initialize, setLogLevel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free