Skip to content

log

Source: ./log.scar

Functions

warn

warn(string message) -> void

Print a tagged warning to the stderr stream

error

error(string message) -> void

Print a tagged error to the stderr stream

info

info(string message) -> void

Print a tagged info to the stdout stream

debug

debug(string message) -> void

Print a tagged debug to the stdout stream

success

success(string message) -> void

Print a green success message to the stdout stream

failure

failure(string message) -> void

Print a red failure message to the stdout stream

warning

warning(string message) -> void

Print an amber warning message to the stdout stream