Uses of Interface
org.scijava.log.LogService
-
Packages that use LogService Package Description org.scijava org.scijava.command org.scijava.console org.scijava.event org.scijava.log org.scijava.plugin org.scijava.script -
-
Uses of LogService in org.scijava
Methods in org.scijava that return LogService Modifier and Type Method Description LogServiceAbstractGateway. log()LogServiceGateway. log()Gets this application context'sLogService. -
Uses of LogService in org.scijava.command
Methods in org.scijava.command that return LogService Modifier and Type Method Description LogServiceInteractiveCommand. log() -
Uses of LogService in org.scijava.console
Methods in org.scijava.console with parameters of type LogService Modifier and Type Method Description static Map<String,Object>ConsoleUtils. parseParameterString(String parameterString, LogService log)Deprecated.UseParseServiceinstead.static Map<String,Object>ConsoleUtils. parseParameterString(String parameterString, ModuleInfo info, LogService log)Deprecated.UseParseServiceinstead. -
Uses of LogService in org.scijava.event
Constructors in org.scijava.event with parameters of type LogService Constructor Description DefaultEventBus(ThreadService threadService, LogService log) -
Uses of LogService in org.scijava.log
Classes in org.scijava.log that implement LogService Modifier and Type Class Description classAbstractLogServiceBase class forLogServiceimplementations.classStderrLogServiceImplementation ofLogServiceusing the standard error stream.Methods in org.scijava.log that return LogService Modifier and Type Method Description LogServiceLogged. log()Gets theLogServiceto use when logging activities.Methods in org.scijava.log with parameters of type LogService Modifier and Type Method Description static voidDefaultUncaughtExceptionHandler. install(LogService log)Constructors in org.scijava.log with parameters of type LogService Constructor Description DefaultUncaughtExceptionHandler(LogService log) -
Uses of LogService in org.scijava.plugin
Methods in org.scijava.plugin that return LogService Modifier and Type Method Description default LogServiceRichPlugin. log() -
Uses of LogService in org.scijava.script
Methods in org.scijava.script that return LogService Modifier and Type Method Description LogServiceAbstractScriptEngine. log()Methods in org.scijava.script with parameters of type LogService Modifier and Type Method Description voidAbstractScriptEngine. setLogService(LogService log)Constructors in org.scijava.script with parameters of type LogService Constructor Description ScriptLanguageIndex(LogService log)Instantiates an index of the available script languages.
-