LoggingBindings class

Inheritance

Constructors

LoggingBindings(Bindings parent)

Properties

hashCode int
The hash code for this object.
no setterinherited
libs DynamicLibraries
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

consoleLevel() CBLLogLevel
getLogFileConfiguration() CBLLogFileConfiguration?
logMessage(CBLLogDomain domain, CBLLogLevel level, String message) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCallback(Pointer<CBLDartAsyncCallback> callback) bool
setCallbackLevel(CBLLogLevel logLevel) → void
setConsoleLevel(CBLLogLevel logLevel) → void
setFileLogConfiguration(CBLLogFileConfiguration? config) → void
setSentryBreadcrumbs({required bool enabled}) bool
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited