lumber 0.10.0
Lumber tries to make it easy to use the more robust log4r logging system within your rails application. To do this it sets up log4r configuration from a yml file, and provides utility methods for adding a :logger accessor to classes dynamicaly as they get created.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activesupport
>= 0
log4r
>= 0
Development Dependencies (1):
shoulda
>= 0