LogWriterBackend class abstract

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

Constructors

LogWriterBackend()

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
Writes a log message with a given level.

Operators

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

Static Methods

setUp(LogWriterBackend? api, {BinaryMessenger? binaryMessenger, String messageChannelSuffix = ''}) → void

Constants

pigeonChannelCodec → const MessageCodec<Object?>