LogbotLogger 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 title, String message, [StackTrace? stackTrace])
→ void
-
-
debug(String title, String message, [StackTrace? stackTrace])
→ void
-
-
error(String title, String message, [StackTrace? stackTrace])
→ void
-
-
info(String title, String message, [StackTrace? stackTrace])
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
simple(String message)
→ void
-
LOG LEVELS
-
toString()
→ String
-
A string representation of this object.
inherited
-
verbose(String title, String message, [StackTrace? stackTrace])
→ void
-
-
warning(String title, String message, [StackTrace? stackTrace])
→ void
-
-
wrapText(String text)
→ String
-
UTILITY