From: Jonathan S. <sw...@po...> - 2007-09-07 19:34:52
|
Hello, I'd be interested in feedback on a proposed module, Log::Abstract, described here: http://use.perl.org/~jonswar/journal/34366 This would be a tiny module designed to bridge CPAN modules that wish to log (e.g. LWP, DBI, ...) with existing logging frameworks (e.g. Log4perl), without the need for those modules to explicitly tie themselves to a single framework. I'm a longtime log4perl fan/user, and Log::Abstract is my way of increasing the input to log4perl in applications without resorting to tricks such as infiltrate_lwp(). :) Feedback most welcome, either here or on the use.perl forum. Thanks! Jon |