Log Class
Aerospike client logging facility. Logs can be filtered and message callbacks
can be defined to control how log messages are written.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
- Inheritance
- Object Log
Log | Initializes a new instance of the Log class |
Debug(String) |
Log a debug message.
|
Debug(Log.Context, String) |
Log a debug message with additional context.
|
DebugEnabled |
Determine if debug log level is enabled.
|
Disable |
Silence the log.
|
Error(String) |
Log an error message.
|
Error(Log.Context, String) |
Log an error message with additional context.
|
Info(String) |
Log an info message.
|
Info(Log.Context, String) |
Log an info message with additional context.
|
InfoEnabled |
Determine if info log level is enabled.
|
IsSet |
Determine if log callback has been set by the user.
|
LogMessage(Log.Level, String) |
Filter and forward message to callback.
|
LogMessage(Log.Context, Log.Level, String) |
Filter and forward message with additional context to callback.
|
SetCallback |
Set log callback. To silence the log, set callback to null.
This method is mutually exclusive with SetContextCallback(Log.ContextCallback).
|
SetCallbackStandard |
Log messages to terminal standard output with timestamp, level and message.
|
SetContextCallback |
Set log callback with additional context. To silence the log, set callback to null.
This method is mutually exclusive with SetCallback(Log.Callback).
|
SetLevel |
Set log level filter.
|
Warn(String) |
Log a warning message.
|
Warn(Log.Context, String) |
Log a warning message with additional context.
|
WarnEnabled |
Determine if warning log level is enabled.
|