registerLogWriterBackend static method
- LogWriterBackend? backend
Sets the backend which writes the log.
Pass backend which writes logs as backend, if you provide null for this parameter then previously
used logger backend will be replaced with Mapbox default implementation.
Implementation
static void registerLogWriterBackend(LogWriterBackend? backend) {
LogWriterBackend.setUp(backend);
}