Uses of Enum Class
com.vaadin.extension.conf.TraceLevel
Packages that use TraceLevel
-
Uses of TraceLevel in com.vaadin.extension.conf
Fields in com.vaadin.extension.conf declared as TraceLevelMethods in com.vaadin.extension.conf that return TraceLevelModifier and TypeMethodDescriptionstatic TraceLevelReturns the enum constant of this class with the specified name.static TraceLevel[]TraceLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.extension.conf with parameters of type TraceLevelModifier and TypeMethodDescriptionbooleanTraceLevel.includes(TraceLevel level) static booleanConfiguration.isEnabled(TraceLevel traceLevel) Checks whether a trace level is enabled.