public class JDK14JCLWrapper extends Object implements org.apache.commons.logging.Log
| Constructor and Description |
|---|
JDK14JCLWrapper(String className) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object msg) |
void |
debug(Object msg,
Throwable t) |
void |
error(Object msg) |
void |
error(Object msg,
Throwable t) |
void |
fatal(Object msg) |
void |
fatal(Object msg,
Throwable t) |
void |
info(Object msg) |
void |
info(Object msg,
Throwable t) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(Object msg) |
void |
trace(Object msg,
Throwable t) |
void |
warn(Object msg) |
void |
warn(Object msg,
Throwable t) |
public JDK14JCLWrapper(String className)
public void debug(Object msg)
debug in interface org.apache.commons.logging.Logpublic void debug(Object msg, Throwable t)
debug in interface org.apache.commons.logging.Logpublic void error(Object msg)
error in interface org.apache.commons.logging.Logpublic void error(Object msg, Throwable t)
error in interface org.apache.commons.logging.Logpublic void fatal(Object msg)
fatal in interface org.apache.commons.logging.Logpublic void fatal(Object msg, Throwable t)
fatal in interface org.apache.commons.logging.Logpublic void info(Object msg)
info in interface org.apache.commons.logging.Logpublic void info(Object msg, Throwable t)
info in interface org.apache.commons.logging.Logpublic boolean isDebugEnabled()
isDebugEnabled in interface org.apache.commons.logging.Logpublic boolean isErrorEnabled()
isErrorEnabled in interface org.apache.commons.logging.Logpublic boolean isFatalEnabled()
isFatalEnabled in interface org.apache.commons.logging.Logpublic boolean isInfoEnabled()
isInfoEnabled in interface org.apache.commons.logging.Logpublic boolean isTraceEnabled()
isTraceEnabled in interface org.apache.commons.logging.Logpublic boolean isWarnEnabled()
isWarnEnabled in interface org.apache.commons.logging.Logpublic void trace(Object msg)
trace in interface org.apache.commons.logging.Logpublic void trace(Object msg, Throwable t)
trace in interface org.apache.commons.logging.Logpublic void warn(Object msg)
warn in interface org.apache.commons.logging.LogCopyright © 2022. All rights reserved.