This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# Log levels for bash scripts | |
# vim: set ft=sh : | |
## | |
# Date format for logging | |
declare -r DATE_FORMAT='+%Y-%m-%d:%H:%M:%S:%:z' | |
## | |
# These are the "methods" that your script will use to do the logging |