public enum EOS_ELogLevel extends java.lang.Enum<EOS_ELogLevel> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_LOG_Error
The Error logging level
|
EOS_LOG_Fatal
The Fatal logging level
|
EOS_LOG_Info
The Info logging level
|
EOS_LOG_Off
The default value, disables logging
|
EOS_LOG_Verbose
The Verbose logging level
|
EOS_LOG_VeryVerbose
The VeryVerbose logging level
|
EOS_LOG_Warning
The Warning logging level
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context) |
java.lang.Class<?> |
nativeType() |
java.lang.Object |
toNative() |
static EOS_ELogLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_ELogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_ELogLevel EOS_LOG_Off
public static final EOS_ELogLevel EOS_LOG_Fatal
public static final EOS_ELogLevel EOS_LOG_Error
public static final EOS_ELogLevel EOS_LOG_Warning
public static final EOS_ELogLevel EOS_LOG_Info
public static final EOS_ELogLevel EOS_LOG_Verbose
public static final EOS_ELogLevel EOS_LOG_VeryVerbose
public static EOS_ELogLevel[] values()
for (EOS_ELogLevel c : EOS_ELogLevel.values()) System.out.println(c);
public static EOS_ELogLevel 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 java.lang.Object fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context)
fromNative in interface com.sun.jna.NativeMappedpublic java.lang.Object toNative()
toNative in interface com.sun.jna.NativeMappedpublic java.lang.Class<?> nativeType()
nativeType in interface com.sun.jna.NativeMapped