Modifier and type | Property and description |
---|---|
java.util.logging.Level | defaultLevel |
protected LoggingConfig | loggingConfig |
java.util.logging.Formatter | platformFormatter Replies the log formatter for the SRE kernel. |
protected java.lang.String | programName |
Modifier and type | Field and description |
---|---|
public static val java.lang.String | PLATFORM_LOGGER_NAME_PREFIX Prefix for the logger names. |
Constructor and description |
---|
new(Level,Provider<T>,[Function1<Param,Result>]) Build a logger creator. |
Modifier and type | Action and description |
---|---|
java.util.logging.Logger | createModuleLogger([String],Logger) Create a logger with the given name for a platform module (kernel or agent). |
protected java.util.logging.Formatter | createPlatformFormatter Create a formatter for the SRE kernel. |
java.util.logging.Logger | createPlatformLogger Create a logger for the platform. |
java.util.logging.Level | getDefaultLevel |
protected LoggingConfig | getLoggingConfig |
java.util.logging.Formatter | getPlatformFormatter Replies the log formatter for the SRE kernel. |
protected java.lang.String | getProgramName |
void | setPlatformFormatter(Formatter) Change the log formatter for the SRE kernel. |
val defaultLevel : java.util.logging.Level
This property is an alias for the action: getDefaultLevel
protected val loggingConfig : LoggingConfig
This property is an alias for the action: getLoggingConfig
var platformFormatter : java.util.logging.Formatter
This property is an alias for the action: getPlatformFormatter
protected val programName : java.lang.String
This property is an alias for the action: getProgramName
public static val PLATFORM_LOGGER_NAME_PREFIX : java.lang.String = "Janus-SRE-"
new(Level,Provider<T>,[Function1<Param,Result>])
def createModuleLogger([String],Logger) : java.util.logging.Logger
protected def createPlatformFormatter : java.util.logging.Formatter
def createPlatformLogger : java.util.logging.Logger
def getDefaultLevel : java.util.logging.Level
protected def getLoggingConfig : LoggingConfig
def getPlatformFormatter : java.util.logging.Formatter
protected def getProgramName : java.lang.String
def setPlatformFormatter(Formatter)