FimberLog class
Stand alone logger with custom tag defined.
Properties
Methods
-
d(
String message, {dynamic ex, StackTrace? stacktrace, Map< String, String?> ? attributes}) → void -
Logs DEBUG level
message
with optional exception and stacktrace -
e(
String message, {dynamic ex, StackTrace? stacktrace, Map< String, String?> ? attributes}) → void -
Logs ERROR level
message
with optional exception and stacktrace -
i(
String message, {dynamic ex, StackTrace? stacktrace, Map< String, String?> ? attributes}) → 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, Map< String, String?> ? attributes}) → void -
Logs VERBOSE level
message
with optional exception and stacktrace -
w(
String message, {dynamic ex, StackTrace? stacktrace, Map< String, String?> ? attributes}) → void -
Logs WARNING level
message
with optional exception and stacktrace
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited