log
Namespace: global/api/log
fn debug
fn debug(msg: String)
Logs the given debug message using tracing.
This message will not be shown to the user.
fn step
fn step(msg: String)
Logs the given step message using cliclack and tracing.
fn info
fn info(msg: String)
Logs the given info message using cliclack and tracing.
fn success
fn success(msg: String)
Logs the given success message using cliclack and tracing.
fn remark
fn remark(msg: String)
Logs the given remark message using cliclack and tracing.
fn warn
fn warn(msg: String)
Logs the given waring message using cliclack and tracing.
fn error
fn error(msg: String)
Logs the given error message using cliclack and tracing.