Package org.scijava.log
-
Interface Summary 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 byLogger.LogService Interface for the logging service. -
Class Summary Class Description AbstractLogService Base class forLogServiceimplementations.CallingClassUtils Utility class for getting the calling class of a method.DefaultLogger Default implementation ofLogger.DefaultUncaughtExceptionHandler A handler for otherwise uncaught exceptions.LogLevel Constants for specifying a logger's level of verbosity.LogMessage A log message broadcast by aLogger.LogSource Identifies where aLogMessagecame from.StderrLogService Implementation ofLogServiceusing the standard error stream. -
Annotation Types Summary Annotation Type Description IgnoreAsCallingClass Classes annotated withIgnoreAsCallingClassare ignored byCallingClassUtils.getCallingClassName().