Log class

Constructors

Log(String tag)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
final

Methods

d(String message, [Error? e]) → dynamic
e(String message, [Error? e]) → dynamic
i(String message, [Error? e]) → dynamic
message(String msg, Severity severity, Error? e, {String? func, String? file, int? line, String? className}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
v(String message, [Error? e]) → dynamic
w(String message, [Error? e]) → dynamic

Operators

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

Static Methods

debug(String message, [Error? e]) → dynamic
error(String message, [Error? e]) → dynamic
info(String message, [Error? e]) → dynamic
staticMessage(String msg, Severity severity, Error? e, {String? func, String? file, int? line, String? className, String? tag}) → void
verbose(String message, [Error? e]) → dynamic
warning(String message, [Error? e]) → dynamic