Logger 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
-
critical(String msg, {Object? exception, StackTrace? stackTrace})
→ void
-
-
debug(String msg, {Object? exception, StackTrace? stackTrace})
→ void
-
-
error(String msg, {Object? exception, StackTrace? stackTrace})
→ void
-
-
exception(Object exception, {StackTrace? stackTrace})
→ void
-
-
getTalker()
→ Talker
-
-
info(String msg, {Object? exception, StackTrace? stackTrace})
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setLogLevel(LogLevel level)
→ dynamic
-
-
setObserver(dynamic observer)
→ dynamic
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
warning(String msg, {Object? exception, StackTrace? stackTrace})
→ void
-