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: