Home / Class/ CustomLogbackStructuredLoggingFormatter Class — spring-boot Architecture

CustomLogbackStructuredLoggingFormatter Class — spring-boot Architecture

Architecture documentation for the CustomLogbackStructuredLoggingFormatter class in StructuredLogEncoderTests.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/logback/StructuredLogEncoderTests.java lines 179–186

	static final class CustomLogbackStructuredLoggingFormatter implements StructuredLogFormatter<ILoggingEvent> {

		@Override
		public String format(ILoggingEvent event) {
			return "custom-format";
		}

	}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free