PrefixLogger class

Inheritance
Annotations

Constructors

PrefixLogger(String _name, Log _delegate)

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

d(String message, {dynamic error, StackTrace? stackTrace}) → void
inherited
debug(String message, {dynamic error, StackTrace? stackTrace}) → void
override
e(String message, {dynamic error, StackTrace? stackTrace}) → void
inherited
error(String message, {Object? error, StackTrace? stackTrace}) → void
override
i(String message, {dynamic error, StackTrace? stackTrace}) → void
inherited
info(String message, {dynamic error, StackTrace? stackTrace}) → void
override
logNetworkError(NetworkError error) → void
override
logNetworkRequest(RequestOptions request) → void
override
logNetworkResponse(Response response) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
t(String message, {dynamic error, StackTrace? stackTrace}) → void
inherited
toString() String
A string representation of this object.
inherited
trace(String message, {dynamic error, StackTrace? stackTrace}) → void
override
w(String message, {dynamic error, StackTrace? stackTrace}) → void
inherited
warning(String message, {dynamic error, StackTrace? stackTrace}) → void
override

Operators

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