|
Snapper 1.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoggingManager
LoggingManager handles logging in Shark.
Method Summary | |
---|---|
void |
configure(java.util.Properties prop)
Method configure is called at Shark start up, to configure implementation of LoggingManager. |
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. |
Method Detail |
---|
void configure(java.util.Properties prop)
cus
- an instance of CallbackUtilities used to get
properties for configuring logging in Shark.void error(java.lang.String msg)
msg
- the message to log.void error(java.lang.String msg, RootException ex)
msg
- the message to log.ex
- the exception to log, including its stack trace.void error(java.lang.String channel, java.lang.String msg)
channel
- the log channel to be used for logging.msg
- the message to log.void error(java.lang.String channel, java.lang.String msg, RootException ex)
channel
- the log channel to be used for logging.msg
- the message to log.ex
- the exception to log, including its stack trace.void warn(java.lang.String msg)
msg
- the message to log.void warn(java.lang.String msg, RootException ex)
msg
- the message to log.ex
- the exception to log, including its stack trace.void warn(java.lang.String channel, java.lang.String msg)
channel
- the log channel to be used for logging.msg
- the message to log.void warn(java.lang.String channel, java.lang.String msg, RootException ex)
channel
- the log channel to be used for logging.msg
- the message to log.ex
- the exception to log, including its stack trace.void info(java.lang.String msg)
msg
- the message to log.void info(java.lang.String msg, RootException ex)
msg
- the message to log.ex
- the exception to log, including its stack trace.void info(java.lang.String channel, java.lang.String msg)
channel
- the log channel to be used for logging.msg
- the message to log.void info(java.lang.String channel, java.lang.String msg, RootException ex)
channel
- the log channel to be used for logging.msg
- the message to log.ex
- the exception to log, including its stack trace.void debug(java.lang.String msg)
msg
- the message to log.void debug(java.lang.String msg, RootException ex)
msg
- the message to log.ex
- the exception to log, including its stack trace.void debug(java.lang.String channel, java.lang.String msg)
channel
- the log channel to be used for logging.msg
- the message to log.void debug(java.lang.String channel, java.lang.String msg, RootException ex)
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 |