Class Reload4jLoggerAdapter

java.lang.Object
All Implemented Interfaces:
Serializable, Logger, LocationAwareLogger, LoggingEventAware

A wrapper over org.apache.log4j.Logger conforming to the Logger interface.

Note that the logging levels mentioned in this class refer to those defined in the org.apache.log4j.Level class.

This class is a copy-and-paste of Log4j12LoggerAdapter from the slf4j-log4j12 module.

Since:
2.0.0-alpha6
Author:
Ceki Gülcü
See Also: