|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.logging.impl.Jdk14Logger
org.apache.jdo.util.JDOJdk14Logger
JDO-specific subclass of the apache commons logging Log implementation that wraps the standard JDK 1.4 logging. This class configures the JDK LogManager using a properties file called logging.properties found via the CLASSPATH.
Field Summary | |
static java.lang.String |
PROPERIES_FILE
Logging properties file name. |
Fields inherited from class org.apache.commons.logging.impl.Jdk14Logger |
dummyLevel, logger, name |
Constructor Summary | |
JDOJdk14Logger(java.lang.String name)
Constructor checking whether JDK 1.4 logging should be configuared after calling super constructor. |
Methods inherited from class org.apache.commons.logging.impl.Jdk14Logger |
debug, debug, error, error, fatal, fatal, getLogger, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, warn, warn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String PROPERIES_FILE
Constructor Detail |
public JDOJdk14Logger(java.lang.String name)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |