Home / Class/ LevelSetLoggerConfig Class — spring-boot Architecture

LevelSetLoggerConfig Class — spring-boot Architecture

Architecture documentation for the LevelSetLoggerConfig class in Log4J2LoggingSystem.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/log4j2/Log4J2LoggingSystem.java lines 545–551

	private static class LevelSetLoggerConfig extends LoggerConfig {

		LevelSetLoggerConfig(@Nullable String name, Level level, boolean additive) {
			super(name, level, additive);
		}

	}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free