public enum EELFMsgs extends Enum<EELFMsgs> implements EELFResolvableResourceEnum
| Enum Constant and Description |
|---|
LOADING_DEFAULT_LOG_CONFIGURATION
Loading default logging configuration from system resource file "{0}"
|
LOADING_LOG_CONFIGURATION
Loading logging configuration from file "{0}"
|
LOGGING_ALREADY_INITIALIZED
Logging has already been initialized, check the container logging
definitions to ensure they represent your desired logging configuration.
|
NO_LOG_CONFIGURATION
No log configuration could be found or defaulted!
|
SEARCHING_LOG_CONFIGURATION
Searching path "{0}" for log configuration file "{1}"
|
UNSUPPORTED_LOGGING_FRAMEWORK
An unsupported logging framework is bound to SLF4J.
|
| Modifier and Type | Method and Description |
|---|---|
static EELFMsgs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EELFMsgs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EELFMsgs LOADING_DEFAULT_LOG_CONFIGURATION
public static final EELFMsgs NO_LOG_CONFIGURATION
public static final EELFMsgs LOGGING_ALREADY_INITIALIZED
public static final EELFMsgs SEARCHING_LOG_CONFIGURATION
public static final EELFMsgs LOADING_LOG_CONFIGURATION
public static final EELFMsgs UNSUPPORTED_LOGGING_FRAMEWORK
public static EELFMsgs[] values()
for (EELFMsgs c : EELFMsgs.values()) System.out.println(c);
public static EELFMsgs 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 © 2019. All rights reserved.