Repository URL to install this package:
|
Version:
0.0.1 ▾
|
| lib |
| .gitignore |
| CHANGELOG.md |
| Gemfile |
| IMPLEMENTATIONS.md |
| LICENSE.txt |
| README.md |
| Rakefile |
| rogger.gemspec |
TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'rogger'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rogger
To get started
$ rails g rogger:config
To disallow Rogger from logging Rails application level messages, in your generated config/rogger.yml, set
app_logging: false
TODO: Write usage instructions here
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)