BoxerLogger class
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
console(String expr())
→ void
-
https://dart.dev/guides/language/language-tour#assert
Only print and evaluate the expression function on debug mode, will omit in production/profile mode
-
d(String? tag, String message)
→ void
-
debug log
-
e(String? tag, String message)
→ void
-
error log
-
f(String? tag, String message)
→ void
-
fatal log
-
i(String? tag, String message)
→ void
-
info log
-
mark({int flag = 0, String? tag, Object? object})
→ void
-
-
reportFatal(dynamic e, dynamic s)
→ void
-
-
v(String? tag, String message)
→ void
-
verbose log
-
w(String? tag, String message)
→ void
-
warning log