public static enum OrtEnvironment.LoggingLevel extends java.lang.Enum<OrtEnvironment.LoggingLevel>
| Enum Constant and Description |
|---|
ORT_LOGGING_LEVEL_ERROR |
ORT_LOGGING_LEVEL_FATAL |
ORT_LOGGING_LEVEL_INFO |
ORT_LOGGING_LEVEL_VERBOSE |
ORT_LOGGING_LEVEL_WARNING |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static OrtEnvironment.LoggingLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OrtEnvironment.LoggingLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrtEnvironment.LoggingLevel ORT_LOGGING_LEVEL_VERBOSE
public static final OrtEnvironment.LoggingLevel ORT_LOGGING_LEVEL_INFO
public static final OrtEnvironment.LoggingLevel ORT_LOGGING_LEVEL_WARNING
public static final OrtEnvironment.LoggingLevel ORT_LOGGING_LEVEL_ERROR
public static final OrtEnvironment.LoggingLevel ORT_LOGGING_LEVEL_FATAL
public static OrtEnvironment.LoggingLevel[] values()
for (OrtEnvironment.LoggingLevel c : OrtEnvironment.LoggingLevel.values()) System.out.println(c);
public static OrtEnvironment.LoggingLevel 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 nullpublic int getValue()