Throwable is passed as parameter, the text of the exception is retrieved.
If a Callable is passed as parameter, the object is automatically called.
If a LogParam is passed as parameter, the toString function will be invoked.
For all the other objects, the toString() function is invoked.
This service is thread-safe.
| 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
new(JulLoggerCreator)
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>