Re: In the spirit of smaller groups/pieces . . .
[email protected] (Tatsuhiko Miyagawa) Tue, 24 Sep 2002 07:35:29 +0900
| Newsgroups | perl.p5ee |
|---|---|
| Message-ID | <[email protected]> |
At Mon, 23 Sep 2002 17:01:59 -0500, [email protected] wrote: > Logging is a large issue that never seems to get attention until after the > primary developers move on and someone inherits there code. As an > Enterprise Application is liable to span multiple servers/services and > have several layers, logging can quickly become a hell-hole to effectively > maintain. Having worked with Log4j, and as it has been ported to most > languages including Perl (http://log4perl.sourceforge.net/), it's > familiarity makes it a natural for consideration for a P5EE framework. There's also another logging module Log::Dispatch::Config by me. http://search.cpan.org/dist/Log-Dispatch-Config/ # pretty funny it claims itself as "Log4J for Perl" ;) And POE::Component::Logger by Matt Sergeant to use it seamlessly inside POE. http://search.cpan.org/dist/POE-Component-Logger/ -- Tatsuhiko Miyagawa <[email protected]>