From: Kevin M. G. <cp...@go...> - 2007-03-22 15:34:51
|
Mike Schilli wrote: > On Mon, 19 Mar 2007, Withers John Z wrote: > >> Thanks for the clarification. I was able to use >> Log4perl::Appender::Screen directly. However, my original thinking was >> that the logging properties would be shared between Java programs and >> PERL scripts. ... This give me two (2) sets of nearly identical properties to >> maintain. > > If you have both Java and Perl programs and you want them to share > a common log4perl/j configuration, that's definitely the way to go. > > In this case, however, you need to add Log::Dispatch from CPAN. Is there any reason we shouldn't upgrade the JavaMap stuff to use Log4perl's own appenders where appropriate? The behavior should be exactly the same, right? Or maybe look for Log::Dispatch's first, to maintain current behavior, and use Log4perl's own appenders if Log::Dispatch's aren't there? Any opinions? |