Home / Class/ LoggingErrorHandler Class — spring-boot Architecture

LoggingErrorHandler Class — spring-boot Architecture

Architecture documentation for the LoggingErrorHandler class in EventPublishingRunListener.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/event/EventPublishingRunListener.java lines 144–153

	private static final class LoggingErrorHandler implements ErrorHandler {

		private static final Log logger = LogFactory.getLog(EventPublishingRunListener.class);

		@Override
		public void handleError(Throwable throwable) {
			logger.warn("Error calling ApplicationEventListener", throwable);
		}

	}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free