`itslog` is a log formatter designed to aid rails development. The formatting will prepend all log statements with a colored header and additional information about the statement. [timestamp] [rails namespace]: [normal log], example: 15:16:32 action_view: Rendered layouts/_head.haml (8.5ms) In addition to more readable logs you can tail and grep specific parts of your application. example: tail -f log/development.log | grep active_record
Required Ruby Version
None
Authors
John Thomas Marino
Versions
- 0.6.1 September 29, 2011 (7.5 KB)
- 0.6.0 August 16, 2011 (8 KB)
- 0.5.0 June 28, 2011 (7.5 KB)
- 0.3.2 May 25, 2011 (6 KB)
- 0.3.0 May 24, 2011 (5.5 KB)
- 0.2.0 May 05, 2011 (5 KB)