org.scijava.log
Class StderrLogService
java.lang.Object
org.scijava.AbstractContextual
org.scijava.plugin.AbstractRichPlugin
org.scijava.service.AbstractService
org.scijava.log.AbstractLogService
org.scijava.log.StderrLogService
- All Implemented Interfaces:
- Comparable<Prioritized>, Contextual, Disposable, LogService, HasPluginInfo, RichPlugin, SciJavaPlugin, Prioritized, SciJavaService, Service
public class StderrLogService
- extends AbstractLogService
Implementation of LogService
using the standard error stream.
- Author:
- Johannes Schindelin, Curtis Rueden
Method Summary |
protected void |
log(String message)
Prints a message to stderr. |
protected void |
log(Throwable t)
Prints an exception to stderr. |
Methods inherited from class org.scijava.log.AbstractLogService |
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 |
StderrLogService
public StderrLogService()
log
protected void log(String message)
- Prints a message to stderr.
- Specified by:
log
in class AbstractLogService
- Parameters:
message
- the message
log
protected void log(Throwable t)
- Prints an exception to stderr.
- Specified by:
log
in class AbstractLogService
- Parameters:
t
- the exception
Copyright © 2009–2014 SciJava. All rights reserved.