Class Jdk14Logger

java.lang.Object
org.apache.commons.logging.impl.Jdk14Logger
All Implemented Interfaces:
Serializable, Log

public class Jdk14Logger extends Object implements Log, Serializable
Implementation of the org.apache.commons.logging.Log interface that wraps the standard JDK logging mechanisms that were introduced in the Merlin release (JDK 1.4).
See Also: