LogSetContextCallback Method

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

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax

C#
public static void SetContextCallback(
	LogContextCallback callback
)

Parameters

callback
Type: Aerospike.ClientLogContextCallback
Log callback message definition
See Also

Reference