internal/print library
Functions
-
error(
String message) → void - Prints error message in error output.
-
exception(
Object message, [StackTrace? stackTrace]) → void - Prints error message in error output.
-
info(
String message) → void - Prints some info message in output.
-
result(
String value) → void - Prints a result of a command in the standard output.
-
setMessagesOutputToStdErr(
{bool value = true}) → void - Redirects all messages (info and verbose) to the error output.
-
setRootLoggerLevel(
{bool isVerbose = false}) → void -
setupRootLogger(
{bool isVerbose = false}) → void -
verbose(
String message) → void - Prints some verbose message in output.