OptionaldebugLogs a message at the DEBUG level.
The message to log.
Optional additional arguments for formatting or context.
OptionalerrorLogs a message at the ERROR level.
The message to log.
Optional additional arguments for formatting or context.
OptionalinfoLogs a message at the INFO level.
The message to log.
Optional additional arguments for formatting or context.
OptionaltraceLogs a message at the TRACE level.
The message to log.
Optional additional arguments for formatting or context.
OptionalwarnLogs a message at the WARN level.
The message to log.
Optional additional arguments for formatting or context.
Interface for logging operations within the Couchbase SDK.
All logging methods are optional, allowing implementers to choose which log levels to support.