Home / Class/ AlwaysFailAppender Class — spring-boot Architecture

AlwaysFailAppender Class — spring-boot Architecture

Architecture documentation for the AlwaysFailAppender class in LogbackLoggingSystemTests.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java lines 1178–1185

	private static final class AlwaysFailAppender extends AppenderBase<ILoggingEvent> {

		@Override
		protected void append(ILoggingEvent eventObject) {
			throw new RuntimeException("Always Fail Appender");
		}

	}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free