protected static enum AbstractTracer.InternalLogLevel extends java.lang.Enum<AbstractTracer.InternalLogLevel>
| Modifier and Type | Method | Description |
|---|---|---|
static AbstractTracer.InternalLogLevel |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AbstractTracer.InternalLogLevel[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractTracer.InternalLogLevel DEBUG
public static final AbstractTracer.InternalLogLevel INFO
public static final AbstractTracer.InternalLogLevel WARN
public static final AbstractTracer.InternalLogLevel ERROR
public static AbstractTracer.InternalLogLevel[] values()
for (AbstractTracer.InternalLogLevel c : AbstractTracer.InternalLogLevel.values()) System.out.println(c);
public static AbstractTracer.InternalLogLevel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 LightStep. All rights reserved.