Home / Class/ CustomLog4j2StructuredLoggingFormatterRawType Class — spring-boot Architecture

CustomLog4j2StructuredLoggingFormatterRawType Class — spring-boot Architecture

Architecture documentation for the CustomLog4j2StructuredLoggingFormatterRawType class in StructuredLogLayoutTests.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/log4j2/StructuredLogLayoutTests.java lines 185–193

	@SuppressWarnings("rawtypes")
	static final class CustomLog4j2StructuredLoggingFormatterRawType implements StructuredLogFormatter {

		@Override
		public String format(Object event) {
			return "";
		}

	}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free