Uses of Enum Class
eds.framework.Trace.Level
Packages that use Trace.Level
-
Uses of Trace.Level in eds.framework
Subclasses with type arguments of type Trace.Level in eds.frameworkModifier and TypeClassDescriptionstatic enumLogging levels used to control output verbosity.Methods in eds.framework that return Trace.LevelModifier and TypeMethodDescriptionstatic Trace.LevelReturns the enum constant of this class with the specified name.static Trace.Level[]Trace.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eds.framework with parameters of type Trace.LevelModifier and TypeMethodDescriptionstatic voidTrace.out(Trace.Level lvl, String txt) Prints a message if its level is greater than or equal to the current trace level.static voidTrace.setTraceLevel(Trace.Level lvl) Sets the current trace level.