| JCLLoggerAdapter | A wrapper over org.apache.commons.logging.Log in conformance with the Logger interface. | code | html |
| JCLLoggerFactory | JCLLoggerFactory is an implementation of ILoggerFactory returning the appropriately named JCLLoggerAdapter instance. | code | html |
| JDK14LoggerAdapter | A wrapper over java.util.logging.Logger in conformity with the Logger interface. | code | html |
| JDK14LoggerFactory | JDK14LoggerFactory is an implementation of ILoggerFactory returning the appropriately named JDK14LoggerAdapter instance. | code | html |
| Log4jLoggerAdapter | A wrapper over org.apache.log4j.Logger in conforming to the Logger interface. | code | html |
| Log4jLoggerFactory | Log4jLoggerFactory is an implementation of ILoggerFactory returning the appropriate named Log4jLoggerAdapter instance. | code | html |
| Log4jMDCAdapter | code | html | |
| NOPLoggerFactory | NOPLoggerFactory is an trivial implementation of ILoggerFactory which always returns the unique instance of NOPLogger. | code | html |
| SimpleLogger | A simple (and direct) implementation that logs messages of level
INFO or higher on the console (System.err |
code | html |
| SimpleLoggerFactory | An implementation of ILoggerFactory which always returns SimpleLogger instances. | code | html |
| StaticLoggerBinder | ??? | code | html |
| StaticMDCBinder | ??? | code | html |
| StaticMarkerBinder | ??? | code | html |
Implementations of core logging interfaces defined in the org.slf4j package.