On Mon, 23 Mar 2009, Ronald Fischer wrote:

> I'm creating loggers with easy_init (deliberately using no
> initialization file), and found that they are always created in
> 'clobber' mode.

If you want "append", use ">>file":

"The "file" parameter takes file names preceded by ">"
  (overwrite) and ">>" (append) as arguments. This will cause
  "Log::Log4perl::Appender::File" appenders to be created behind
  the scenes."
   (perldoc Log::Log4perl)

-- Mike

Mike Schilli
m...@perlmeister.com

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
log4perl-devel mailing list
log4perl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/log4perl-devel

Reply via email to