summaryrefslogtreecommitdiff
path: root/bos-log.sh
blob: 34519706b631d66b639319bd88534f883124042d (plain)
1
2
3
4
5
function bos/log() {
    {
        [[ ${BOS_LOG_THRESHOLD:-1} -ge "$1" ]] && shift && >&2 echo "$*"
    } || true
}