@Namespace(value="dai") public static enum depthai.LogLevel extends Enum<depthai.LogLevel>
| Enum Constant and Description |
|---|
CRITICAL |
DEBUG |
ERR |
INFO |
OFF |
TRACE |
WARN |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
depthai.LogLevel |
intern() |
String |
toString() |
static depthai.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final depthai.LogLevel TRACE
public static final depthai.LogLevel DEBUG
public static final depthai.LogLevel INFO
public static final depthai.LogLevel WARN
public static final depthai.LogLevel ERR
public static final depthai.LogLevel CRITICAL
public static final depthai.LogLevel OFF
public static depthai.LogLevel[] values()
for (depthai.LogLevel c : depthai.LogLevel.values()) System.out.println(c);
public static depthai.LogLevel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic depthai.LogLevel intern()
public String toString()
toString in class Enum<depthai.LogLevel>Copyright © 2021. All rights reserved.