| Class | Description | 
|---|---|
| SimpleLogger | 
 Simple implementation of  Loggerthat 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  ILoggerFactorywhich always returnsSimpleLoggerinstances. | 
| StaticLoggerBinder | The binding of  LoggerFactoryclass with an actual instance ofILoggerFactoryis performed using information returned by this class. | 
| StaticMarkerBinder | The binding of  MarkerFactoryclass with an actual instance ofIMarkerFactoryis performed using information returned by this class. | 
| StaticMDCBinder | This implementation is bound to  NOPMDCAdapter. | 
Copyright © 2005–2019 QOS.ch. All rights reserved.