Skip to main content

Module logging

Module logging 

Source
Expand description

Logging support for bare-script.

This module provides logging functionality when the logging feature is enabled.

Functionsยง

log_command
Logs command execution details.
log_cwd
Logs working directory change.
log_env_set
Logs environment variable changes.
log_failure
Logs command failure.
log_success
Logs command success.
log_timeout
Logs timeout.