Log escalation level.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.0.0 (5.1.0)
Syntax
C#
public enum Level
Members
Member name | Value | Description | |
---|---|---|---|
ERROR | 0 | Error condition has occurred. | |
WARN | 1 | Unusual non-error condition has occurred. | |
INFO | 2 | Normal information message. | |
DEBUG | 3 | Message used for debugging purposes. |
See Also