Package | Description |
---|---|
com.evolveum.midpoint.web.page.admin.configuration.dto | |
com.evolveum.midpoint.xml.ns._public.common.common_2a |
Modifier and Type | Method and Description |
---|---|
LoggingLevelType |
FilterConfiguration.getLevel() |
LoggingLevelType |
LoggerConfiguration.getLevel() |
LoggingLevelType |
LoggingDto.getRootLevel() |
static LoggingLevelType |
ProfilingLevel.toLoggerLevelType(ProfilingLevel level) |
Modifier and Type | Method and Description |
---|---|
static ProfilingLevel |
ProfilingLevel.fromLoggerLevelType(LoggingLevelType level) |
void |
FilterConfiguration.setLevel(LoggingLevelType level) |
void |
LoggerConfiguration.setLevel(LoggingLevelType level) |
void |
LoggingDto.setRootLevel(LoggingLevelType rootLevel) |
Modifier and Type | Method and Description |
---|---|
protected void |
LevelValidator.onValidate(org.apache.wicket.validation.IValidatable<LoggingLevelType> item) |
Modifier and Type | Field and Description |
---|---|
protected LoggingLevelType |
ClassLoggerConfigurationType.level |
protected LoggingLevelType |
SubSystemLoggerConfigurationType.level |
protected LoggingLevelType |
LoggingConfigurationType.rootLoggerLevel |
Modifier and Type | Method and Description |
---|---|
static LoggingLevelType |
LoggingLevelType.fromValue(String v) |
LoggingLevelType |
ClassLoggerConfigurationType.getLevel()
Gets the value of the level property.
|
LoggingLevelType |
SubSystemLoggerConfigurationType.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 |
ClassLoggerConfigurationType.setLevel(LoggingLevelType value)
Sets the value of the level property.
|
void |
SubSystemLoggerConfigurationType.setLevel(LoggingLevelType value)
Sets the value of the level property.
|
void |
LoggingConfigurationType.setRootLoggerLevel(LoggingLevelType value)
Sets the value of the rootLoggerLevel property.
|
Copyright © 2013 evolveum. All rights reserved.