StandardLogger class
Methods
-
flush()
→ void
-
Flush any un-written output.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
progress(String message)
→ Progress
-
Start an indeterminate progress display.
override
-
stderr(String message)
→ void
-
Print an error message.
override
-
stdout(String message)
→ void
-
Print a standard status message.
override
-
toString()
→ String
-
A string representation of this object.
inherited
-
trace(String message)
→ void
-
Print trace output.
override