Home / Class/ MockLoggingSystemFactory Class — spring-boot Architecture

MockLoggingSystemFactory Class — spring-boot Architecture

Architecture documentation for the MockLoggingSystemFactory class in LoggingApplicationListenerIntegrationTests.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/logging/LoggingApplicationListenerIntegrationTests.java lines 120–127

	static class MockLoggingSystemFactory implements LoggingSystemFactory {

		@Override
		public LoggingSystem getLoggingSystem(ClassLoader classLoader) {
			return new MockLoggingSystem();
		}

	}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free