LogConfigurationPlatformInterface class abstract interface

Global log-backend configuration for Mapbox SDKs.

Mirrors mobile's in-production single-method shape at packages/mapbox_maps_flutter_mobile/lib/src/log_configuration.dart: one entry point, nullable argument doubles as "restore default".

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerLogWriterBackend(LogWriterBackend? backend) → void
Registers backend as the sink for log messages. Passing null restores the default backend.
toString() String
A string representation of this object.
inherited

Operators

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