LoggerWith class

Implemented types

Constructors

LoggerWith(Logger _inner, {String withGroupId = ''})

Properties

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

Methods

debug(String message, {String groupId = '', String? source, String? timestamp}) Future<void>
override
error(String message, {String groupId = '', String? source, String? timestamp}) Future<void>
override
info(String message, {String groupId = '', String? source, String? timestamp}) Future<void>
override
log(String level, String message, {String groupId = '', String? source, String? timestamp}) Future<void>
override
loggerWith({String groupId = ''}) Logger
override
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>
override

Operators

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