|
From: Viner, D. <dv...@ya...> - 2003-11-21 17:00:41
|
makes sense. could you update the perldoc comments http://log4perl.sourceforge.net/releases/Log-Log4perl/docs/html/Log/Log4perl /Appender/Synchronized.html to reflect that? also, a note regarding the 'key' value. The current implementation only uses the first 4 chars of any key given. so: log4perl.appender.Syncer.appender = Logfile log4perl.appender.Syncer.key = myprog_key1 and log4perl.appender.Syncer2.appender = Logfile2 log4perl.appender.Syncer2.key = myprog_key2 will not perform as one might expect. (All logging accomplished via Syncer and Syncer2 will be synchronized with each other.) Obviously, neither of these are really 'bad' things, they simply weren't obvious to me when I started down the path of using synchronized logging. dave -----Original Message----- From: Mike Schilli [mailto:msc...@ao...] Sent: Thursday, November 20, 2003 8:11 PM To: Viner, David Cc: log4perl-devel Subject: RE: [log4perl-devel] 0.40 released Viner, David wrote on 11/20/2003, 4:40 PM: > small note on the 0.40 release...the IPC::Shareable dependancy is not > recorded in the Makefile.PL. Currently it reads: Actually, I left it out intentionally -- IPC::Shareable is only necessary for the Synchronized appender, not for l4p in general. And in order to keep l4p open for all kinds of platforms (not only the ones IPC::Shareable runs on), I decided to keep it out of the dependency list. Clearly a tradeoff, since this way the CPAN shell won't follow the dependency to install it. -- -- Mike Mike Schilli m...@pe... ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ log4perl-devel mailing list log...@li... https://lists.sourceforge.net/lists/listinfo/log4perl-devel |