|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.yoko.orb.OB.Logger_impl
public class Logger_impl
Constructor Summary | |
---|---|
Logger_impl()
|
Method Summary | |
---|---|
void |
debug(String msg)
Log a debug message. |
void |
debug(String msg,
Throwable e)
Log a debug message. |
void |
error(String msg)
Log an error message. |
void |
error(String msg,
Throwable e)
Log an error message. |
void |
info(String msg)
Log an informational message. |
void |
info(String msg,
Throwable e)
Log an informational message. |
boolean |
isDebugEnabled()
Test if debug output is enabled for this logger. |
void |
log(Level level,
String msg)
Log a message of the indicated level. |
void |
log(Level level,
String msg,
Object param)
Log a message of the indicated level. |
void |
log(Level level,
String msg,
Object[] params)
Log a message of the indicated level. |
void |
log(Level level,
String msg,
Throwable thrown)
Log a message of the indicated level. |
void |
trace(String category,
String msg)
Log a trace message. |
void |
warning(String msg)
Log a warning message. |
void |
warning(String msg,
Throwable e)
Log a warning message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Logger_impl()
Method Detail |
---|
public void info(String msg)
Logger
info
in interface Logger
msg
- The message.public void info(String msg, Throwable e)
Logger
info
in interface Logger
msg
- The message.e
- An exception associated with the error.public void error(String msg)
Logger
error
in interface Logger
msg
- The error message.public void error(String msg, Throwable e)
Logger
error
in interface Logger
msg
- The error message.e
- An exception associated with the error.public void warning(String msg)
Logger
warning
in interface Logger
msg
- The warning message.public void warning(String msg, Throwable e)
Logger
warning
in interface Logger
msg
- The warning message.e
- An exception associated with the warning.public void debug(String msg)
Logger
debug
in interface Logger
msg
- The debug message.public void debug(String msg, Throwable e)
Logger
debug
in interface Logger
msg
- The debug message.e
- An exception associated with the warning.public boolean isDebugEnabled()
Logger
isDebugEnabled
in interface Logger
public void trace(String category, String msg)
Logger
trace
in interface Logger
category
- The trace category.msg
- The trace message.public void log(Level level, String msg)
log
in interface Logger
level
- The message level.msg
- The logged message.public void log(Level level, String msg, Object param)
log
in interface Logger
level
- The message level.msg
- The logged message.param
- A single parameter object included with the message.public void log(Level level, String msg, Object[] params)
log
in interface Logger
level
- The message level.msg
- The logged message.params
- An array of parameter objects logged with the message.public void log(Level level, String msg, Throwable thrown)
log
in interface Logger
level
- The message level.msg
- The logged message.thrown
- An exception object included in the log.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |