Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_1.LoggingLevelType

Packages that use LoggingLevelType
com.evolveum.midpoint.web.bean   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

Uses of LoggingLevelType in com.evolveum.midpoint.web.bean
 

Methods in com.evolveum.midpoint.web.bean that return LoggingLevelType
 LoggingLevelType BasicLoggerListItem.getLevel()
           
static LoggingLevelType ProfilingLevelType.toLoggerLevelType(java.lang.String profilingLevel)
           
 

Methods in com.evolveum.midpoint.web.bean with parameters of type LoggingLevelType
static ProfilingLevelType ProfilingLevelType.fromLoggerLevelType(LoggingLevelType loggerLevel)
           
 void BasicLoggerListItem.setLevel(LoggingLevelType level)
           
 

Uses of LoggingLevelType in com.evolveum.midpoint.xml.ns._public.common.common_1
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as LoggingLevelType
protected  LoggingLevelType SubSystemLoggerConfigurationType.level
           
protected  LoggingLevelType ClassLoggerConfigurationType.level
           
protected  LoggingLevelType LoggingConfigurationType.rootLoggerLevel
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return LoggingLevelType
static LoggingLevelType LoggingLevelType.fromValue(java.lang.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(java.lang.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.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type LoggingLevelType
 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 © 2011 evolveum. All Rights Reserved.