Logger class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
logger
→ Logger
-
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ Type
-
final
Methods
-
content({String? title, String? message})
→ String
-
-
d(String title, dynamic message)
→ void
-
-
e([dynamic error, StackTrace? stackTrace])
→ void
-
-
i(dynamic content, {String? title})
→ 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 title, dynamic message, [dynamic error, StackTrace? stackTrace])
→ void
-
-
w(String title, dynamic message, [dynamic error, StackTrace? stackTrace])
→ void
-
-
wtf([dynamic error, StackTrace? stackTrace])
→ void
-