LogError Method

Aerospike
Log an error message.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax

C#
public static void Error(
	string message
)

Parameters

message
Type: SystemString
message string not terminated with a newline
See Also

Reference