LogWriterBackend class abstract interface

An interface for implementing log writing backends — e.g. for using platform-specific log backends or logging to a notification service.

Users subclass LogWriterBackend and pass an instance to LogConfigurationPlatformInterface.registerLogWriterBackend (or LogConfiguration.registerLogWriterBackend on the facade).

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
toString() String
A string representation of this object.
inherited
writeLog(LoggingLevel level, String message) → void
Invoked for each log message at level with its message text.

Operators

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