- Git: https://github.com/SixArm/sixarm_ruby_vital
- Doc: http://sixarm.com/sixarm_ruby_vital/doc
- Gem: https://rubygems.org/gems/sixarm_ruby_vital
- Contact: Joel Parker Henderson, [email protected]
- Project: changes, license, contributing.
Vital has several methods to help with Ruby's typical logger.
The methods automatically prepend helpful debugging information to each log message:
- timestamp
- class name
- method name
- process information
- the original message
The methods log using tab separated values, which make the log files easier to parse in our other tools (i.e. awk).
For docs go to http://sixarm.com/sixarm_ruby_vital/doc
Want to help? We're happy to get pull requests.
To install this gem in your shell or terminal:
gem install sixarm_ruby_vital
To add this gem to your Gemfile:
gem 'sixarm_ruby_vital'
To require the gem in your code:
require 'sixarm_ruby_vital'