FimberLog class

Stand alone logger with custom tag defined.

Constructors

FimberLog(String tag)
Creates instance of FimberLog for a ]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
Log tag used in formatted message.
getter/setter pair

Methods

d(String message, {dynamic ex, StackTrace? stacktrace}) → void
Logs DEBUG level message with optional exception and stacktrace
e(String message, {dynamic ex, StackTrace? stacktrace}) → void
Logs ERROR level message with optional exception and stacktrace
i(String message, {dynamic ex, StackTrace? stacktrace}) → void
Logs INFO level message with optional exception and stacktrace
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, {dynamic ex, StackTrace? stacktrace}) → void
Logs VERBOSE level message with optional exception and stacktrace
w(String message, {dynamic ex, StackTrace? stacktrace}) → void
Logs WARNING level message with optional exception and stacktrace

Operators

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