public class StderrLogService extends AbstractLogService
LogService using the standard error stream.
Actually, this service is somewhat misnamed now, since it prints WARN
and ERROR messages to stderr, but messages at lesser severities to
stdout.
DEBUG, ERROR, INFO, LOG_LEVEL_PROPERTY, NONE, TRACE, WARN| Constructor and Description |
|---|
StderrLogService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
log(int level,
Object msg) |
protected void |
log(String message)
Prints a message to stderr.
|
protected void |
log(Throwable t)
Prints an exception to stderr.
|
debug, debug, debug, error, error, error, getLevel, getPrefix, info, info, info, isDebug, isError, isInfo, isTrace, isWarn, log, setLevel, setLevel, trace, trace, trace, warn, warn, warngetContext, setContext, toStringgetInfo, getPriority, setInfo, setPrioritycontextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinitialize, registerEventHandlersgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersiondisposeprotected void log(int level,
Object msg)
log in class AbstractLogServiceprotected void log(String message)
log in class AbstractLogServicemessage - the messageprotected void log(Throwable t)
log in class AbstractLogServicet - the exceptionCopyright © 2009–2017 SciJava. All rights reserved.