From: Mike S. <m...@pe...> - 2007-03-22 20:02:15
|
On Thu, 22 Mar 2007, Kevin M. Goess wrote: > 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? Yeah, that sounds like the right thing to do in order to maintain backward compatibility. -- Mike Mike Schilli m...@pe... > 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? > |