Uses of Enum
org.apache.logging.log4j.core.tools.picocli.CommandLine.TraceLevel
Packages that use CommandLine.TraceLevel
-
Uses of CommandLine.TraceLevel in org.apache.logging.log4j.core.tools.picocli
Fields in org.apache.logging.log4j.core.tools.picocli declared as CommandLine.TraceLevelModifier and TypeFieldDescription(package private) CommandLine.TraceLevel
CommandLine.Tracer.level
Methods in org.apache.logging.log4j.core.tools.picocli that return CommandLine.TraceLevelModifier and TypeMethodDescription(package private) static CommandLine.TraceLevel
static CommandLine.TraceLevel
Returns the enum constant of this type with the specified name.static CommandLine.TraceLevel[]
CommandLine.TraceLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.logging.log4j.core.tools.picocli with parameters of type CommandLine.TraceLevelModifier and TypeMethodDescriptionboolean
CommandLine.TraceLevel.isEnabled
(CommandLine.TraceLevel other)