Logger class abstract

Implementers

Constructors

Logger(List<LogBackend<LogRecord>> backends, {dynamic filter})
factory

Properties

backends List<LogBackend<LogRecord>>
no setter
filter ← dynamic
no getter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debug(String message, {String groupId = '', String? source, String? timestamp}) Future<void>
error(String message, {String groupId = '', String? source, String? timestamp}) Future<void>
info(String message, {String groupId = '', String? source, String? timestamp}) Future<void>
log(String level, String message, {String groupId = '', String? source, String? timestamp}) Future<void>
loggerWith({String groupId = ''}) Logger
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
warning(String message, {String groupId = '', String? source, String? timestamp}) Future<void>

Operators

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