Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.54 KB

README.md

File metadata and controls

61 lines (36 loc) · 1.54 KB

SixArm.com → Ruby →
Vital signs logger for Ruby

Gem Version Build Status Code Climate

Introduction

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.

Install

Gem

To install this gem in your shell or terminal:

gem install sixarm_ruby_vital

Gemfile

To add this gem to your Gemfile:

gem 'sixarm_ruby_vital'

Require

To require the gem in your code:

require 'sixarm_ruby_vital'