Package org.mapfish.print.metrics
Class LoggingMetricsConfigurator
java.lang.Object
org.mapfish.print.metrics.LoggingMetricsConfigurator
Utility class for adding metrics instrumentation to logging framework.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
Add an appender to Logback logging framework that will track the types of log messages made.
-
Constructor Details
-
LoggingMetricsConfigurator
public LoggingMetricsConfigurator()
-
-
Method Details
-
addMetricsAppenderToLogback
@PostConstruct public final void addMetricsAppenderToLogback()Add an appender to Logback logging framework that will track the types of log messages made.
-