Aerospike
C#
Show/Hide TOC
Log
Set
Callback Method
Set log callback. To silence the log, set callback to null. This method is mutually exclusive with
SetContextCallback(Log
ContextCallback)
.
Definition
Namespace:
Aerospike.Client
Assembly:
AerospikeClient (in AerospikeClient.dll) Version: 6.0.1
C#
Copy
public
static
void
SetCallback
(
Log
Callback
callback
)
Parameters
callback
Log
Callback
Log callback message definition
See Also
Reference
Log Class
Aerospike.Client Namespace
In This Article
Definition
See Also