Home / Class/ TestLogEvent Class — spring-boot Architecture

TestLogEvent Class — spring-boot Architecture

Architecture documentation for the TestLogEvent class in ColorConverterTests.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/log4j2/ColorConverterTests.java lines 222–235

	static class TestLogEvent extends AbstractLogEvent {

		private @Nullable Level level;

		@Override
		public @Nullable Level getLevel() {
			return this.level;
		}

		void setLevel(@Nullable Level level) {
			this.level = level;
		}

	}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free