public static enum LogEntry.Level extends Enum<LogEntry.Level> implements BmcEnum
Specifies the severity level of the log entry.
Enum Constant and Description |
---|
Debug |
Error |
Fatal |
Info |
Trace |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Warn |
Modifier and Type | Method and Description |
---|---|
static LogEntry.Level |
create(String key) |
String |
getValue() |
static LogEntry.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogEntry.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogEntry.Level Trace
public static final LogEntry.Level Debug
public static final LogEntry.Level Info
public static final LogEntry.Level Warn
public static final LogEntry.Level Error
public static final LogEntry.Level Fatal
public static final LogEntry.Level UnknownEnumValue
public static LogEntry.Level[] values()
for (LogEntry.Level c : LogEntry.Level.values()) System.out.println(c);
public static LogEntry.Level 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 static LogEntry.Level create(String key)
Copyright © 2016–2024. All rights reserved.