|
Couchbase Lite C++
Couchbase Lite C++ API
|
Custom log sink configuration for logging to a user-defined callback. More...
#include <cbl++/LogSinks.hh>
Public Member Functions | |
| operator CBLCustomLogSink () const | |
Public Attributes | |
| LogLevel | level = kCBLLogNone |
| The minimum level of message to write (Required). | |
| LogSinkCallback _Nullable | callback |
| Custom log callback. | |
| LogDomainMask | domains |
| Bitmask for enabled log domains. Use zero for all domains. | |
Custom log sink configuration for logging to a user-defined callback.
|
inline |
| LogSinkCallback _Nullable cbl::CustomLogSink::callback |
Custom log callback.
| LogDomainMask cbl::CustomLogSink::domains |
Bitmask for enabled log domains. Use zero for all domains.
| LogLevel cbl::CustomLogSink::level = kCBLLogNone |
The minimum level of message to write (Required).