Note: This implementation accepts any number of arguments. String representations of each object are appended
together in the order listed and output. Unlike the Console built-in in browsers and Node.js, this implementation
does not perform string substitution.
Note: Messages are prefixed with the respective log level, starting with an upper-case letter, e.g. "Log: ".
Interface for logging to stdout for live log monitoring.
Note: This implementation accepts any number of arguments. String representations of each object are appended together in the order listed and output. Unlike the
Console
built-in in browsers and Node.js, this implementation does not perform string substitution.Note: Messages are prefixed with the respective log level, starting with an upper-case letter, e.g.
"Log: "
.