KitLogger.LogVerboseCategory, KitLogger.SilentLogger, KitLogger.StdoutLogger| Constructor and Description |
|---|
SilentLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String format,
Object... params)
Debug message if debugging is enabled.
|
void |
error(String format,
Object... params)
Severe errors
|
void |
info(String format,
Object... params)
Informational message
|
boolean |
isDebugEnabled()
Whether debugging is enabled.
|
void |
warn(String format,
Object... params)
A warning.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisVerboseEnabled, progressFinished, progressStart, progressUpdate, verbosepublic void debug(String format, Object... params)
KitLoggerpublic void info(String format, Object... params)
KitLoggerpublic void warn(String format, Object... params)
KitLoggerpublic void error(String format, Object... params)
KitLoggerpublic boolean isDebugEnabled()
KitLoggerisDebugEnabled in interface KitLoggerCopyright © 2022. All rights reserved.