Package | Description |
---|---|
com.evolveum.midpoint.xml.ns._public.common.common_3 |
Modifier and Type | Field and Description |
---|---|
protected LoggingLevelType |
SubSystemLoggerConfigurationType.level |
protected LoggingLevelType |
ClassLoggerConfigurationType.level |
protected LoggingLevelType |
LoggingConfigurationType.rootLoggerLevel |
Modifier and Type | Method and Description |
---|---|
static LoggingLevelType |
LoggingLevelType.fromValue(String v) |
LoggingLevelType |
SubSystemLoggerConfigurationType.getLevel()
Gets the value of the level property.
|
LoggingLevelType |
ClassLoggerConfigurationType.getLevel()
Gets the value of the level property.
|
LoggingLevelType |
LoggingConfigurationType.getRootLoggerLevel()
Gets the value of the rootLoggerLevel property.
|
static LoggingLevelType |
LoggingLevelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingLevelType[] |
LoggingLevelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SubSystemLoggerConfigurationType.setLevel(LoggingLevelType value)
Sets the value of the level property.
|
void |
ClassLoggerConfigurationType.setLevel(LoggingLevelType value)
Sets the value of the level property.
|
void |
LoggingConfigurationType.setRootLoggerLevel(LoggingLevelType value)
Sets the value of the rootLoggerLevel property.
|
Copyright © 2016 Evolveum. All rights reserved.