public static class KitLogger.PrintStreamLogger extends Object implements KitLogger
KitLogger.LogVerboseCategory, KitLogger.PrintStreamLogger, KitLogger.SilentLogger, KitLogger.StdoutLogger| Constructor and Description |
|---|
PrintStreamLogger(PrintStream out) |
| 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 PrintStreamLogger(PrintStream out)
public 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 © 2024. All rights reserved.