public class StderrLogService extends AbstractLogService
LogService
using the standard error stream.DEBUG, ERROR, INFO, LOG_LEVEL_PROPERTY, NONE, TRACE, WARN
Constructor and Description |
---|
StderrLogService() |
Modifier and Type | Method and Description |
---|---|
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, log, setLevel, setLevel, trace, trace, trace, warn, warn, warn
dispose, getContext, initialize, registerEventHandlers, setContext, toString
compareTo, getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
initialize, registerEventHandlers
context, getContext, setContext
getPriority, setPriority
compareTo
getInfo, setInfo
dispose
protected void log(String message)
log
in class AbstractLogService
message
- the messageprotected void log(Throwable t)
log
in class AbstractLogService
t
- the exceptionCopyright © 2009–2015 SciJava. All rights reserved.