Analyzed 1 day ago
Bashinator is a bash shell script framework that provides:
- Flexible and powerful message handling: print, log (to syslog and/or logfile) and mail messages (configureable based on severity) with a single message function
- Exhaustive information (timestamps, message severity, source file
... [More]
, line numbers and function names) in messages to ease debugging
- Function call stack traces
- Simplifies logging of sub-command output (capturing stdout/stderr of external commands to a dedicated temporary logfile)
- Lockfile handling [Less]