Modifier and type | Property and description |
---|---|
java.util.logging.Logger | kernelLogger |
java.util.logging.Logger | platformLogger |
java.lang.Class<T> | referenceType |
Modifier and type | Action and description |
---|---|
java.util.logging.Logger | createAgentLogger(String,[Level]) |
java.util.logging.Logger | getKernelLogger |
java.util.logging.Logger | getKernelModuleLogger(String) |
java.util.logging.Logger | getPlatformLogger |
java.lang.Class<T> | getReferenceType |
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
val referenceType : java.lang.Class<T>
This property is an alias for the action: getReferenceType
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
def getReferenceType : java.lang.Class<T>