Log Callback DelegateAerospike
The log is written to the Windows Event Log by default. The caller can override this and set a private method which will be called for each log entry.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.0 (3.9.16)
Syntax

Parameters

level
Type: Aerospike.Client Log Level
Log level.
msg
Type: System String
Log message.
See Also