public interface LoggingService
extends com.google.common.util.concurrent.Service
Modifier and Type | Method and Description |
---|---|
Logger |
createAgentLogger(name : String,
initialLevel : Level = null)
Create a logger for an agent.
|
Logger |
getKernelLogger()
Replies the logger used by the kernel.
|
Logger |
getPlatformLogger()
Replies the logger used by the platform.
|
def
createAgentLogger(name : String,
initialLevel : Level = null) : Logger
LoggingService
name
- the name of the logger, usually the name of the agent.initialLevel
- the initial level to associate to the logger.def
getPlatformLogger() : Logger
LoggingService
name
- the name of the sub-logger.def
getKernelLogger() : Logger
LoggingService
name
- the name of the sub-logger.Copyright © 2020 the original authors or authors.