Log.SetContextCallback Method

Set log callback with additional context. To silence the log, set callback to null. This method is mutually exclusive with SetCallback(Log.Callback).

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public static void SetContextCallback(
	Log.ContextCallback callback
)

Parameters

callback  Log.ContextCallback
Log callback message definition

See Also