|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.oval.logging.LoggerJCLImpl
public class LoggerJCLImpl
Commons Logging Wrapper
| Constructor Summary | |
|---|---|
LoggerJCLImpl(String name)
|
|
| Method Summary | |
|---|---|
void |
debug(String msg)
|
void |
debug(String msg,
Throwable t)
|
void |
error(String msg)
|
void |
error(String msg,
Throwable t)
|
void |
info(String msg)
|
void |
info(String msg,
Throwable t)
|
boolean |
isDebug()
|
boolean |
isError()
|
boolean |
isInfo()
|
boolean |
isTrace()
|
boolean |
isWarn()
|
void |
trace(String msg)
|
void |
trace(String msg,
Throwable t)
|
void |
warn(String msg)
|
void |
warn(String msg,
Throwable t)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggerJCLImpl(String name)
throws IllegalArgumentException
name - the name of the logger
IllegalArgumentException - if name == null| Method Detail |
|---|
public void debug(String msg)
debug in interface Logger
public void debug(String msg,
Throwable t)
debug in interface Loggerpublic void error(String msg)
error in interface Logger
public void error(String msg,
Throwable t)
error in interface Loggerpublic void info(String msg)
info in interface Logger
public void info(String msg,
Throwable t)
info in interface Loggerpublic boolean isDebug()
isDebug in interface Loggerpublic boolean isError()
isError in interface Loggerpublic boolean isInfo()
isInfo in interface Loggerpublic boolean isTrace()
isTrace in interface Loggerpublic boolean isWarn()
isWarn in interface Loggerpublic void trace(String msg)
trace in interface Logger
public void trace(String msg,
Throwable t)
trace in interface Loggerpublic void warn(String msg)
warn in interface Logger
public void warn(String msg,
Throwable t)
warn in interface Logger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||