Deployable::Log
Deployable::Log creates a singleton log instance that will be accessible
via the log function where ever you require deployable/log
Installation
Add this line to your application's Gemfile:
gem 'deployable-log'
And then execute:
$ bundle
Or install it yourself
$ gem install deployable-log
Usage
require 'deplyoable/log'
include Deployable::Log
log.info "all the information"
Contributing
- Fork it ( https://github.com/deployable/deployable-log/fork )
- 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 a new Pull Request