Uses of Class
org.apache.logging.log4j.core.tools.picocli.CommandLine.TraceLevel
-
Packages that use CommandLine.TraceLevel Package Description org.apache.logging.log4j.core.tools.picocli -
-
Uses of CommandLine.TraceLevel in org.apache.logging.log4j.core.tools.picocli
Fields in org.apache.logging.log4j.core.tools.picocli declared as CommandLine.TraceLevel Modifier and Type Field Description (package private) CommandLine.TraceLevel
CommandLine.Tracer. level
Methods in org.apache.logging.log4j.core.tools.picocli that return CommandLine.TraceLevel Modifier and Type Method Description (package private) static CommandLine.TraceLevel
CommandLine.TraceLevel. lookup(java.lang.String key)
static CommandLine.TraceLevel
CommandLine.TraceLevel. valueOf(java.lang.String name)
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.TraceLevel Modifier and Type Method Description boolean
CommandLine.TraceLevel. isEnabled(CommandLine.TraceLevel other)
-