stdlog library

Functions

debug(Object? message) → void
Log low-level debug content. The message can also be an anonymous function that returns a String.
error(Object? message) → void
Log catastrophic error content. The message can also be an anonymous function that returns a String.
info(Object? message) → void
Log regular user content. The message can also be an anonymous function that returns a String.
warn(Object? message) → void
Log non-fatal warning content. The message can also be an anonymous function that returns a String.