Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds a function to output logs in a standard format. * `-q` can be used to supress the output, allowing a common variable (eg. QUIET_MODE) to be used, rather than using `if` everywhere to check for verbose-ness. * eg. `log_info "Something happened :)" -q "$QUIET_MODE"`
- Loading branch information