Constructor and Description |
---|
LogEnhancer(org.apache.commons.logging.Log f) |
Modifier and Type | Method and Description |
---|---|
void |
debug(Object message) |
void |
debug(Object message,
Throwable t) |
void |
debug(String message,
Object... args) |
void |
debug(String message,
Throwable t,
Object... args) |
boolean |
equals(Object obj) |
void |
error(Object message) |
void |
error(Object message,
Throwable t) |
void |
error(String message,
Object... args) |
void |
error(String message,
Throwable t,
Object... args) |
void |
fatal(Object message) |
void |
fatal(Object message,
Throwable t) |
void |
fatal(String message,
Object... args) |
void |
fatal(String message,
Throwable t,
Object... args) |
int |
hashCode() |
void |
info(Object message) |
void |
info(Object message,
Throwable t) |
void |
info(String message,
Object... args) |
void |
info(String message,
Throwable t,
Object... args) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
String |
toString() |
void |
trace(Object message) |
void |
trace(Object message,
Throwable t) |
void |
trace(String message,
Object... args) |
void |
trace(String message,
Throwable t,
Object... args) |
void |
warn(Object message) |
void |
warn(Object message,
Throwable t) |
void |
warn(String message,
Object... args) |
void |
warn(String message,
Throwable t,
Object... args) |
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 message)
trace
in interface org.apache.commons.logging.Log
public void trace(Object message, Throwable t)
trace
in interface org.apache.commons.logging.Log
public void debug(Object message)
debug
in interface org.apache.commons.logging.Log
public void debug(Object message, Throwable t)
debug
in interface org.apache.commons.logging.Log
public void info(Object message)
info
in interface org.apache.commons.logging.Log
public void info(Object message, Throwable t)
info
in interface org.apache.commons.logging.Log
public void warn(Object message)
warn
in interface org.apache.commons.logging.Log
public void warn(Object message, Throwable t)
warn
in interface org.apache.commons.logging.Log
public void error(Object message)
error
in interface org.apache.commons.logging.Log
public void error(Object message, Throwable t)
error
in interface org.apache.commons.logging.Log
public void fatal(Object message)
fatal
in interface org.apache.commons.logging.Log
public void fatal(Object message, Throwable t)
fatal
in interface org.apache.commons.logging.Log
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.