GitXplorerGitXplorer
p

humorous_log_formatter

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
87da11411578bfcc33e65422bce4a1f563d7055e

Bump to 0.0.2

ppboling committed 10 years ago
Unverified
a9d24f87f2174db6b1880d9905501f10d23b9a86

New Constants:

ppboling committed 10 years ago
Unverified
68e0884b3f2238985a6394a941eb775abbeb0e2e

New Constants:

ppboling committed 10 years ago
Unverified
d82fe985843d677d2a5fa6e76b255fdfbac4b101

Can be used outside :development too

ppboling committed 10 years ago
Unverified
4420895c67411c0cd6d182280e5beb08a6700dc5

improve readme: this is a :development group gem.

ppboling committed 10 years ago
Unverified
94c528f8d6477a0dc56190a1eeff331aa4cbdfda

Update README.md

ppboling committed 10 years ago

README

The README file for this repository.

HumorousLogFormatter

You want Humorous Log Levels and Color? Can chickens turtle all the way down? Of course!

Works with Rails 3 & 4!

Installation

Add this line to your application's Gemfile in the :development group, or wherever else you want awesome logs:

group :development do
  gem 'humorous_log_formatter'
end

And then execute:

$ bundle

Or install it yourself as:

$ gem install humorous_log_formatter

Usage

  • There is ZERO configuration. It makes some assumptions.
  • Putting the gem in your Gemfile and restart your app.
  • Now you have beautiful logs.
  • Use the source.
  • There are a bunch of CONSTANTS defined in the code, and everything this gem does is driven by them.
  • Override them for magic.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/humorous_log_formatter/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request