Couchbase Lite C
Couchbase Lite C API
|
Custom log sink configuration for logging to a user-defined callback. More...
#include <cbl/CBLLogSinks.h>
Data Fields | |
CBLLogLevel | level |
The minimum level of message to write (Required). More... | |
CBLLogSinkCallback _cbl_nullable | callback |
Custom log callback (Required). More... | |
CBLLogDomainMask | domains |
Bitmask for enabled log domains. Use zero for all domains. More... | |
Custom log sink configuration for logging to a user-defined callback.
CBLLogSinkCallback _cbl_nullable CBLCustomLogSink::callback |
Custom log callback (Required).
CBLLogDomainMask CBLCustomLogSink::domains |
Bitmask for enabled log domains. Use zero for all domains.
CBLLogLevel CBLCustomLogSink::level |
The minimum level of message to write (Required).