Class Jdk14Logger

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

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