Package | Description |
---|---|
org.scijava.log | |
org.scijava.log.slf4j | |
org.scijava.search | |
org.scijava.ui.swing.script |
Modifier and Type | Interface and Description |
---|---|
interface |
LogService
Interface for the logging service.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogService
Base class for
LogService implementations. |
class |
DefaultLogger
Default implementation of
Logger . |
class |
StderrLogService
Implementation of
LogService using the standard error stream. |
Modifier and Type | Method and Description |
---|---|
default Logger |
Logger.subLogger(String name)
Creates a sub logger, that forwards the message it gets to this logger.
|
Logger |
Logger.subLogger(String name,
int level)
Creates a sub logger, that forwards the message it gets to this logger.
|
Logger |
DefaultLogger.subLogger(String name,
int level) |
Logger |
AbstractLogService.subLogger(String name,
int level) |
Modifier and Type | Class and Description |
---|---|
class |
SLF4JLogService
Logging service implemented using SLF4J.
|
Modifier and Type | Method and Description |
---|---|
static URL |
SourceFinder.sourceLocation(Class<?> c,
Logger log)
Discerns a URL where the source for a given class can be browsed.
|
Constructor and Description |
---|
FileSystemTree(Logger log) |
Copyright © 2015–2022 SciJava. All rights reserved.