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.5.0.0 (3.5.3)
Syntax

Parameters

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