#159 ✓resolved
John W Higgins

[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

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.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

People watching this ticket

Attachments

Tags

Pages