Enum Class EOS_ELogLevel

java.lang.Object
java.lang.Enum<EOS_ELogLevel>
host.anzo.eossdk.eos.sdk.logging.enums.EOS_ELogLevel
All Implemented Interfaces:
com.sun.jna.NativeMapped, Serializable, Comparable<EOS_ELogLevel>, Constable

public enum EOS_ELogLevel extends Enum<EOS_ELogLevel> implements com.sun.jna.NativeMapped
Logging levels. When a log message is output, it has an associated log level. Messages will only be sent to the callback function if the message's associated log level is less than or equal to the configured log level for that category.
Since:
8/5/2023
See Also:
  • Enum Constant Details

    • EOS_LOG_Off

      public static final EOS_ELogLevel EOS_LOG_Off
    • EOS_LOG_Fatal

      public static final EOS_ELogLevel EOS_LOG_Fatal
    • EOS_LOG_Error

      public static final EOS_ELogLevel EOS_LOG_Error
    • EOS_LOG_Warning

      public static final EOS_ELogLevel EOS_LOG_Warning
    • EOS_LOG_Info

      public static final EOS_ELogLevel EOS_LOG_Info
    • EOS_LOG_Verbose

      public static final EOS_ELogLevel EOS_LOG_Verbose
    • EOS_LOG_VeryVerbose

      public static final EOS_ELogLevel EOS_LOG_VeryVerbose
  • Method Details

    • values

      public static EOS_ELogLevel[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static EOS_ELogLevel valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromNative

      public Object fromNative(Object nativeValue, com.sun.jna.FromNativeContext context)
      Specified by:
      fromNative in interface com.sun.jna.NativeMapped
    • toNative

      public Object toNative()
      Specified by:
      toNative in interface com.sun.jna.NativeMapped
    • nativeType

      public Class<?> nativeType()
      Specified by:
      nativeType in interface com.sun.jna.NativeMapped