ILogger class abstract

Implementers

Constructors

ILogger()

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(dynamic message, {String? prefix, int? maxChars, bool isJson = false, int? fileLinkLevel}) → dynamic
method d
e(dynamic message, {dynamic error, String? prefix, StackTrace? stackTrace, int? maxChars, bool isJson = false, int? fileLinkLevel}) → dynamic
method e
i(dynamic message, {String? prefix, int? maxChars, bool isJson = false, int? fileLinkLevel}) → dynamic
method i
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prod(Object? message, {bool isJson = false}) → dynamic
method prod
toString() String
A string representation of this object.
inherited
trace(dynamic message, {dynamic error, String? prefix, StackTrace? stackTrace, int? maxChars, bool isJson = false, int? fileLinkLevel}) → dynamic
method trace
w(dynamic message, {String? prefix, int? maxChars, bool isJson = false, int? fileLinkLevel}) → dynamic
method w
withTag(String prefix) ILogger
method withTag

Operators

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