public interface Monitor
Modifier and Type | Field and Description |
---|---|
static String |
DEBUG |
static int |
DEBUG_LEVEL |
static String |
ERROR |
static int |
ERROR_LEVEL |
static String |
INFO |
static int |
INFO_LEVEL |
static String[] |
MESSAGE_LEVELS |
static String |
VERBOSE |
static int |
VERBOSE_LEVEL |
static String |
WARN |
static int |
WARN_LEVEL |
Modifier and Type | Method and Description |
---|---|
void |
debug(CharSequence message) |
void |
debug(CharSequence message,
Throwable error) |
void |
error(CharSequence message) |
void |
error(CharSequence message,
Throwable error) |
void |
info(CharSequence message) |
void |
info(CharSequence message,
Throwable error) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isVerboseEnabled() |
boolean |
isWarnEnabled() |
void |
verbose(CharSequence message) |
void |
verbose(CharSequence message,
Throwable error) |
void |
warn(CharSequence message) |
void |
warn(CharSequence message,
Throwable error) |
static final String VERBOSE
static final int VERBOSE_LEVEL
static final String DEBUG
static final int DEBUG_LEVEL
static final String INFO
static final int INFO_LEVEL
static final String WARN
static final int WARN_LEVEL
static final String ERROR
static final int ERROR_LEVEL
static final String[] MESSAGE_LEVELS
void verbose(CharSequence message)
void verbose(CharSequence message, Throwable error)
boolean isVerboseEnabled()
void debug(CharSequence message)
void debug(CharSequence message, Throwable error)
boolean isDebugEnabled()
void info(CharSequence message)
void info(CharSequence message, Throwable error)
boolean isInfoEnabled()
void warn(CharSequence message)
void warn(CharSequence message, Throwable error)
boolean isWarnEnabled()
void error(CharSequence message)
void error(CharSequence message, Throwable error)
boolean isErrorEnabled()
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.