Set optional log callback implementation. If the callback is not defined (or null),
log messages will not be displayed.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax
C#
public static void SetCallback( LogCallback callback )
Parameters
- callback
- Type: Aerospike.ClientLogCallback
implementation
See Also