LogLevel Enumeration

Aerospike
Log escalation level.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax

C#
public enum Level
Members

  Member nameValueDescription
ERROR0 Error condition has occurred.
WARN1 Unusual non-error condition has occurred.
INFO2 Normal information message.
DEBUG3 Message used for debugging purposes.
See Also

Reference