0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Colorized ruby logger
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Discontinued a long time ago

Please use awesome_print instead

Instalation

Include gem 'color-logger' to youre Gemfile and run bundle.

Usage

Open Ruby console (irb) and try following:

require 'rubygems'
require 'color-logger'
{:foo => 'bar'}.cputs :baz
[1,'a',Time.now].cputs
Hash.new.clog
[{:hash => :test}].clog 'tag example'

Also .cputs = .cdump and .clog = .cdebug but for Rails default logger

If you like Cucumber, try run rails console under youre project dir and execute something like this

User.first.to_table