Uses of Enum Class
com.evolveum.midpoint.gui.impl.page.admin.configuration.component.ProfilingLevel
Packages that use ProfilingLevel
-
Uses of ProfilingLevel in com.evolveum.midpoint.gui.impl.page.admin.configuration.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.configuration.component that return ProfilingLevelModifier and TypeMethodDescriptionstatic ProfilingLevel
ProfilingLevel.fromLoggerLevelType
(LoggingLevelType level) static ProfilingLevel
Returns the enum constant of this class with the specified name.static ProfilingLevel[]
ProfilingLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.gui.impl.page.admin.configuration.component with parameters of type ProfilingLevelModifier and TypeMethodDescriptionstatic LoggingLevelType
ProfilingLevel.toLoggerLevelType
(ProfilingLevel level)