diff options
Diffstat (limited to 'demo.sh')
-rw-r--r-- | demo.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ readonly BASH_LIB_NAME=DEMO | |||
4 | source ./bash-lib.sh | 4 | source ./bash-lib.sh |
5 | 5 | ||
6 | # Set `DEMO_DEBUG=1` to enable debug messages | 6 | # Set `DEMO_DEBUG=1` to enable debug messages |
7 | # Set `DEMO_DEBUG=2` to enable trace messages | ||
7 | 8 | ||
8 | trace "this is a trace message" "with additional data" | 9 | trace "this is a trace message" "with additional data" |
9 | debug "this is a debugging message" "with additional data" | 10 | debug "this is a debugging message" "with additional data" |