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