
[Patch] External loggers patch
Reported by John W Higgins | February 20th, 2008 @ 10:00 PM
Adds the ability to set a default logger at the DataMapper module level so other loggers can be used such as Log4r
The following example uses Log4r as the logger for datamapper and sets it's level to 0 (debug)
DataMapper.logger = Log4r::Logger.new('DataMapper')
DataMapper.logger.add(Log4r::Outputter['stdout'])
Log4r::Outputter['stdout'].level = 0
Comments and changes to this ticket
-
Dan Kubb (dkubb) April 15th, 2008 @ 03:26 AM
- Milestone cleared.
-
David Leal April 15th, 2008 @ 12:44 PM
- State changed from new to resolved
- Assigned user set to David Leal
John, thanks for taking the time to write this patch. There's a logger implemented for 0.9.0 based on Merb's logger (you can take a look at it here: http://github.com/sam/dm-core/tr...).
I believe this does all that you want, so I'm closing this ticket.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »