|
Snapper 1.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.snapper.logging.StandardLoggingManager
public class StandardLoggingManager
Implementation of LoggingManager interface.
Constructor Summary | |
---|---|
StandardLoggingManager()
|
Method Summary | |
---|---|
void |
configure(java.util.Properties prop)
Configures StandardLoggingManager. |
void |
debug(java.lang.String msg)
Log a message object with the DEBUG level. |
void |
debug(java.lang.String msg,
RootException ex)
Log a message object with the DEBUG level. |
void |
debug(java.lang.String channel,
java.lang.String msg)
Log a message object with the DEBUG level. |
void |
debug(java.lang.String channel,
java.lang.String msg,
RootException ex)
Log a message object with the DEBUG level. |
void |
error(java.lang.String msg)
Log a message object with the ERROR Level. |
void |
error(java.lang.String msg,
RootException ex)
Log a message object with the ERROR Level. |
void |
error(java.lang.String channel,
java.lang.String msg)
Log a message object with the ERROR Level. |
void |
error(java.lang.String channel,
java.lang.String msg,
RootException ex)
Log a message object with the ERROR Level. |
void |
info(java.lang.String msg)
Log a message object with the INFO Level. |
void |
info(java.lang.String msg,
RootException ex)
Log a message object with the INFO Level. |
void |
info(java.lang.String channel,
java.lang.String msg)
Log a message object with the INFO Level. |
void |
info(java.lang.String channel,
java.lang.String msg,
RootException ex)
Log a message object with the INFO Level. |
void |
warn(java.lang.String msg)
Log a message object with the WARN Level. |
void |
warn(java.lang.String msg,
RootException ex)
Log a message object with the WARN Level. |
void |
warn(java.lang.String channel,
java.lang.String msg)
Log a message object with the WARN Level. |
void |
warn(java.lang.String channel,
java.lang.String msg,
RootException ex)
Log a message object with the WARN Level. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardLoggingManager()
Method Detail |
---|
public void configure(java.util.Properties prop)
configure
in interface LoggingManager
cus
- an instance of CallbackUtilities used to get
properties for configuring logging in Shark.public void error(java.lang.String msg)
error
in interface LoggingManager
msg
- the message to log.public void error(java.lang.String msg, RootException ex)
error
in interface LoggingManager
msg
- the message to log.ex
- the exception to log, including its stack trace.public void error(java.lang.String channel, java.lang.String msg)
error
in interface LoggingManager
channel
- the log channel to be used for logging.msg
- the message to log.public void error(java.lang.String channel, java.lang.String msg, RootException ex)
error
in interface LoggingManager
channel
- the log channel to be used for logging.msg
- the message to log.ex
- the exception to log, including its stack trace.public void warn(java.lang.String msg)
warn
in interface LoggingManager
msg
- the message to log.public void warn(java.lang.String msg, RootException ex)
warn
in interface LoggingManager
msg
- the message to log.ex
- the exception to log, including its stack trace.public void warn(java.lang.String channel, java.lang.String msg)
warn
in interface LoggingManager
channel
- the log channel to be used for logging.msg
- the message to log.public void warn(java.lang.String channel, java.lang.String msg, RootException ex)
warn
in interface LoggingManager
channel
- the log channel to be used for logging.msg
- the message to log.ex
- the exception to log, including its stack trace.public void info(java.lang.String msg)
info
in interface LoggingManager
msg
- the message to log.public void info(java.lang.String msg, RootException ex)
info
in interface LoggingManager
msg
- the message to log.ex
- the exception to log, including its stack trace.public void info(java.lang.String channel, java.lang.String msg)
info
in interface LoggingManager
channel
- the log channel to be used for logging.msg
- the message to log.public void info(java.lang.String channel, java.lang.String msg, RootException ex)
info
in interface LoggingManager
channel
- the log channel to be used for logging.msg
- the message to log.ex
- the exception to log, including its stack trace.public void debug(java.lang.String msg)
debug
in interface LoggingManager
msg
- the message to log.public void debug(java.lang.String msg, RootException ex)
debug
in interface LoggingManager
msg
- the message to log.ex
- the exception to log, including its stack trace.public void debug(java.lang.String channel, java.lang.String msg)
debug
in interface LoggingManager
channel
- the log channel to be used for logging.msg
- the message to log.public void debug(java.lang.String channel, java.lang.String msg, RootException ex)
debug
in interface LoggingManager
channel
- the log channel to be used for logging.msg
- the message to log.ex
- the exception to log, including its stack trace.
|
Snapper 1.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |