LogbackAndLog4J2ExcludedLoggingSystemTests Class — spring-boot Architecture
Architecture documentation for the LogbackAndLog4J2ExcludedLoggingSystemTests class in LogbackAndLog4J2ExcludedLoggingSystemTests.java from the spring-boot codebase.
Entity Profile
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/LogbackAndLog4J2ExcludedLoggingSystemTests.java lines 31–39
@ClassPathExclusions({ "log4j-*.jar", "logback-*.jar" })
class LogbackAndLog4J2ExcludedLoggingSystemTests {
@Test
void whenLogbackAndLog4J2AreNotPresentJULIsTheLoggingSystem() {
assertThat(LoggingSystem.get(getClass().getClassLoader())).isInstanceOf(JavaLoggingSystem.class);
}
}
Domain
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free