Modifier and type | Property and description |
---|---|
java.util.logging.Logger | kernelLogger Replies the logger used by the kernel. |
java.util.logging.Logger | platformLogger Replies the logger used by the platform. |
Modifier and type | Action and description |
---|---|
abstract java.util.logging.Logger | createAgentLogger(String,[Level]) Create a logger for an agent. |
abstract java.util.logging.Logger | getKernelLogger Replies the logger used by the kernel. |
abstract java.util.logging.Logger | getKernelModuleLogger(String) Replies the logger used by a specific module of the kernel. |
abstract java.util.logging.Logger | getPlatformLogger Replies the logger used by the platform. |
val kernelLogger : java.util.logging.Logger
This property is an alias for the action: getKernelLogger
val platformLogger : java.util.logging.Logger
This property is an alias for the action: getPlatformLogger
def createAgentLogger(String,[Level]) : java.util.logging.Logger
def getKernelLogger : java.util.logging.Logger
def getKernelModuleLogger(String) : java.util.logging.Logger
def getPlatformLogger : java.util.logging.Logger