Couchbase Lite C
Couchbase Lite C API
|
Console log sink configuration for logging to the cosole. More...
#include <cbl/CBLLogSinks.h>
Data Fields | |
CBLLogLevel | level |
The minimum level of message to write (Required). More... | |
CBLLogDomainMask | domains |
Bitmask for enabled log domains. Use zero for all domains. More... | |
Console log sink configuration for logging to the cosole.
CBLLogDomainMask CBLConsoleLogSink::domains |
Bitmask for enabled log domains. Use zero for all domains.
CBLLogLevel CBLConsoleLogSink::level |
The minimum level of message to write (Required).