LoggingService class

The logging service used by the app

Implemented types

Constructors

LoggingService({required Set<Logger> loggers})

Properties

hashCode int
The hash code for this object.
no setterinherited
loggers Set<Logger>
All the loggers to dispatch log events to
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

log(String channel, String message) → void
Log a message
override
logFuture<T>(String channel, String message, Future<T> future) Future<T>
Log a future and return the result
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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