| Class | Description |
|---|---|
| MavenFailOnSeverityLogger |
A proxy which enhances the MavenSimpleLogger with functionality to track whether a logging threshold is hit.
|
| MavenLoggerFactory |
LogFactory for Maven which can create a simple logger or one which, if set, fails the build on a severity threshold.
|
| MavenSimpleLogger |
Logger for Maven, that support colorization of levels and stacktraces.
|
| SimpleLogger |
Simple implementation of
Logger that sends all enabled log messages,
for all defined loggers, to the console (System.err). |
| SimpleLoggerConfiguration |
This class holds configuration values for
SimpleLogger. |
| SimpleLoggerFactory |
An implementation of
ILoggerFactory which always returns
SimpleLogger instances. |
| StaticLoggerBinder |
SLF4J LoggerFactoryBinder implementation using MavenSimpleLogger.
|
| StaticMarkerBinder |
The binding of
MarkerFactory class with an actual instance of
IMarkerFactory is performed using information returned by this class. |
| StaticMDCBinder |
This implementation is bound to
NOPMDCAdapter. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.