| Package | Description |
|---|---|
| org.scijava | |
| org.scijava.command | |
| org.scijava.console | |
| org.scijava.event | |
| org.scijava.log | |
| org.scijava.plugin | |
| org.scijava.script |
| 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 | 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.
|
Copyright © 2009–2025 SciJava. All rights reserved.