Modifier and Type | Method and Description |
---|---|
LogService |
Gateway.log()
Gets this application context's
LogService . |
LogService |
AbstractGateway.log() |
Modifier and Type | Method and Description |
---|---|
LogService |
InteractiveCommand.log() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
ConsoleUtils.parseParameterString(String parameterString,
LogService log)
Deprecated.
Use
ParseService instead. |
static Map<String,Object> |
ConsoleUtils.parseParameterString(String parameterString,
ModuleInfo info,
LogService log)
Deprecated.
Use
ParseService instead. |
Constructor and Description |
---|
DefaultEventBus(ThreadService threadService,
LogService log) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogService
Base class for
LogService implementations. |
class |
StderrLogService
Implementation of
LogService using the standard error stream. |
Modifier and Type | Method and Description |
---|---|
LogService |
Logged.log()
Gets the
LogService to use when logging activities. |
Modifier and Type | Method and Description |
---|---|
static void |
DefaultUncaughtExceptionHandler.install(LogService log) |
Constructor and Description |
---|
DefaultUncaughtExceptionHandler(LogService log) |
Modifier and Type | Class and Description |
---|---|
class |
SLF4JLogService
Logging service implemented using SLF4J.
|
Modifier and Type | Method and Description |
---|---|
default LogService |
RichPlugin.log() |
Modifier and Type | Method and Description |
---|---|
LogService |
AbstractScriptEngine.log() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractScriptEngine.setLogService(LogService log) |
Constructor and Description |
---|
ScriptLanguageIndex(LogService log)
Instantiates an index of the available script languages.
|
Constructor and Description |
---|
WatchEventsFrame(EventHistory eventHistory,
LogService log) |
Modifier and Type | Field and Description |
---|---|
protected LogService |
JTextAreaWriter.log |
Modifier and Type | Method and Description |
---|---|
LogService |
TextEditor.log() |
Modifier and Type | Method and Description |
---|---|
static ExceptionHandler |
ExceptionHandler.getInstance(LogService logService) |
Constructor and Description |
---|
JTextAreaWriter(JTextArea textArea,
LogService logService)
Creates a new output stream that prints every 400 ms to the textArea.
|
OutputPane(LogService log) |
Copyright © 2015–2022 SciJava. All rights reserved.