Interface | Description |
---|---|
Logged |
Interface for the objects which want to log their activities.
|
Logger |
Interface for objects which can produce log messages.
|
LogListener |
Callback function used by
Logger . |
LogService |
Interface for the logging service.
|
Class | Description |
---|---|
AbstractLogService |
Base class for
LogService implementations. |
CallingClassUtils |
Utility class for getting the calling class of a method.
|
DefaultLogger |
Default implementation of
Logger . |
DefaultUncaughtExceptionHandler |
A handler for otherwise uncaught exceptions.
|
LogLevel |
Constants for specifying a logger's level of verbosity.
|
LogMessage |
A log message broadcast by a
Logger . |
LogSource |
Identifies where a
LogMessage came from. |
StderrLogService |
Implementation of
LogService using the standard error stream. |
Annotation Type | Description |
---|---|
IgnoreAsCallingClass |
Classes annotated with
IgnoreAsCallingClass are ignored by
CallingClassUtils.getCallingClassName() . |
Copyright © 2015–2022 SciJava. All rights reserved.