public static enum CopyFactoryUserLogRecord.LogLevel extends Enum<CopyFactoryUserLogRecord.LogLevel>
| Modifier and Type | Method and Description |
|---|---|
static CopyFactoryUserLogRecord.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CopyFactoryUserLogRecord.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CopyFactoryUserLogRecord.LogLevel INFO
public static final CopyFactoryUserLogRecord.LogLevel WARN
public static final CopyFactoryUserLogRecord.LogLevel ERROR
public static CopyFactoryUserLogRecord.LogLevel[] values()
for (CopyFactoryUserLogRecord.LogLevel c : CopyFactoryUserLogRecord.LogLevel.values()) System.out.println(c);
public static CopyFactoryUserLogRecord.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 nullCopyright © 2023. All rights reserved.