Skip to content

SixArm.com → Ruby → Vital signs module for debugging, profiling, logging

License

Notifications You must be signed in to change notification settings

SixArm/sixarm_ruby_vital

Repository files navigation

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'

About

SixArm.com → Ruby → Vital signs module for debugging, profiling, logging

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages