shlog
A wrapper around lumberjack to make logging on the command line easier.
Usage
From the command-line:
> shlog help
Or from any shell script:
shlog log "Ruby is Awesome!"
Configuration
TODO: Document this!
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request