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.