Modifier and type | Field and description |
---|---|
public static val Level | DEFAULT_LEVEL Default value for the property that contains the logging level. |
public static val java.lang.String | DEFAULT_LOG_FORMAT Default conversion pattern for the logger. |
public static val java.lang.String | LEVEL Name of the property that contains the logging level. |
public static val java.lang.String | LOG_FORMAT Name of the property that contains the log format. |
public static val java.lang.String | PREFIX Prefix for the configuration entries of the logger modules. |
Modifier and type | Action and description |
---|---|
int | compareTo(LogConfig) |
java.util.logging.Logger | configureLogger(String) Configure the given logger from the configuration. |
java.util.logging.Logger | configureLogger(Logger) Configure the given logger from the configuration. |
boolean | equals(Object) |
static LogConfig | getConfiguration(ConfigurationFactory) Replies the configuration factory for the logging. |
Level | getLevel Replies the level. |
java.lang.String | getLogFormat Replies the format of the log. |
int | hashCode |
void | setLevel(Level) Change the level. |
void | setLogFormat(String) Change the format of the log. |
java.lang.String | toString |
var level : Level
This property is an alias for the action: getLevel
var logFormat : java.lang.String
This property is an alias for the action: getLogFormat
public static val DEFAULT_LEVEL : Level
public static val DEFAULT_LOG_FORMAT : java.lang.String = "%-5p %m%n"
public static val LEVEL : java.lang.String = "log.level"
public static val LOG_FORMAT : java.lang.String = "log.logFormat"
public static val PREFIX : java.lang.String = "log"
new
def compareTo(LogConfig) : int
def configureLogger(String) : java.util.logging.Logger
def configureLogger(Logger) : java.util.logging.Logger
def equals(Object) : boolean
def getConfiguration(ConfigurationFactory) : LogConfig
def getLevel : Level
def getLogFormat : java.lang.String
def hashCode : int
def setLevel(Level)
def setLogFormat(String)
def toString : java.lang.String