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.Log
public void debug(Object msg, Throwable t)
debug
in interface org.apache.commons.logging.Log
public void error(Object msg)
error
in interface org.apache.commons.logging.Log
public void error(Object msg, Throwable t)
error
in interface org.apache.commons.logging.Log
public void fatal(Object msg)
fatal
in interface org.apache.commons.logging.Log
public void fatal(Object msg, Throwable t)
fatal
in interface org.apache.commons.logging.Log
public void info(Object msg)
info
in interface org.apache.commons.logging.Log
public void info(Object msg, Throwable t)
info
in interface org.apache.commons.logging.Log
public boolean isDebugEnabled()
isDebugEnabled
in interface org.apache.commons.logging.Log
public boolean isErrorEnabled()
isErrorEnabled
in interface org.apache.commons.logging.Log
public boolean isFatalEnabled()
isFatalEnabled
in interface org.apache.commons.logging.Log
public boolean isInfoEnabled()
isInfoEnabled
in interface org.apache.commons.logging.Log
public boolean isTraceEnabled()
isTraceEnabled
in interface org.apache.commons.logging.Log
public boolean isWarnEnabled()
isWarnEnabled
in interface org.apache.commons.logging.Log
public void trace(Object msg)
trace
in interface org.apache.commons.logging.Log
public void trace(Object msg, Throwable t)
trace
in interface org.apache.commons.logging.Log
public void warn(Object msg)
warn
in interface org.apache.commons.logging.Log
Copyright © 2020. All rights reserved.