0.0
No commit activity in last 3 years
No release in over 3 years
ruby logger with color
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 1.2
= 1.2.8
 Project Readme

logger_color - Uses ruby gem logger and add it color Build Status

Codeship Status for macwadu/logger-color

Uses logger from ruby and add color to the logs

Output:

2013-01-15 02:07:06 [INFO][tests.rb][4] :: Test

2013-01-15 02:07:06 [WARN][tests.rb][5] ::Test

2013-01-15 02:07:06 [DEBUG][tests.rb][6] ::Test

2013-01-15 02:07:06 [ANY][tests.rb][7] ::Test

(colors are not showed in this file)