Package | Description |
---|---|
de.xima.fc.gui.bean.application | |
de.xima.fc.gui.bean.settings | |
de.xima.fc.setup.model.log |
Package with models for the configuration of loggers
|
Modifier and Type | Method and Description |
---|---|
ELogLevel[] |
EnumBean.getELogLevel() |
Modifier and Type | Method and Description |
---|---|
ELogLevel[] |
LoggerConfigBean.getLevels() |
Modifier and Type | Method and Description |
---|---|
static ELogLevel |
ELogLevel.fromString(String level)
Determine log-level by the given
String |
ELogLevel |
XLogger.getLogLevel() |
static ELogLevel |
ELogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ELogLevel[] |
ELogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XLogger.setLogLevel(ELogLevel logLevel) |
Constructor and Description |
---|
XLogger(String name,
ELogLevel logLevel) |
XLogger(String name,
ELogLevel logLevel,
boolean isRootLogger) |
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.