From: Mike S. <m...@pe...> - 2006-02-02 21:09:29
|
On Thu, 2 Feb 2006, Enzer, Matisse BGI SF wrote: > I've been poking around looking for the log4perl documentation for: > > 1. the additivity property of appenders (how to configure/get/set) It's mentioned in the FAQ: http://log4perl.sourceforge.net/d/Log/Log4perl/FAQ.html#a6c81 ... but it's missing from the main docs. > 2. log level - how to configure get/set > For log level I've found that the level() method called on a logger > object works: > $logger->level(); # returns current level for this logger > $logger->level($ERROR); # sets level to $ERROR > # if you did use Log::Log4perl::Level; > > Is this actually in the documentation somewhere? If not, where should it > be, maybe I can create a patch or two. Please do! -- Mike Mike Schilli m...@pe... |