Package org.slf4j.jul

Class JDK14LoggerAdapter

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

public final class JDK14LoggerAdapter extends LegacyAbstractLogger implements LocationAwareLogger
A wrapper over java.util.logging.Logger in conformity with the Logger interface. Note that the logging levels mentioned in this class refer to those defined in the java.util.logging package.
Author:
Ceki Gülcü, Peter Royal
See Also: