Logger class
Methods
-
confirm(String message, {bool defaultValue = false})
→ bool
-
Prompts user with a yes/no question.
-
d(String message, {String? path})
→ void
-
-
delayed(String message)
→ void
-
-
e(dynamic message, StackTrace stackTrace)
→ void
-
-
error(String message)
→ void
-
-
flush([void print(String)?])
→ void
-
-
info(String message, {String? path})
→ void
-
-
infoVerbose(String message, {String? path})
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
printConfig(Map<String, Object?> config)
→ void
-
-
success(String message)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateAvailable(String version, String newVersion, String changelogLink)
→ void
-
-
warn(String message, {String tag = 'WARN', String? path})
→ void
-