- 
Logger for Maven, that support colorization of levels and stacktraces.
 
 Simple implementation of Logger that sends all enabled log messages,
 for all defined loggers, to the console (System.err).
 
An implementation of 
ILoggerFactory which always returns
 
SimpleLogger instances.
 
 
SLF4J LoggerFactoryBinder implementation using MavenSimpleLogger.
 
The binding of MarkerFactory class with an actual instance of 
 IMarkerFactory is performed using information returned by this class.
 
This implementation is bound to NOPMDCAdapter.