From: Kevin G. <ke...@go...> - 2003-01-22 16:44:07
|
Mike Schilli wrote: > Somewhere in a log4j conf file sample you say > > log4j.appender.DBAppndr.filter_message = 1 > > but that should be a code ref, right? Doh! Should be "= 0 ", good catch, fixed, thanks. So if filter_message is undefined they get current behavior (join on ''), if it's 0/false then the list is left alone, if it's a coderef then the coderef is run on the list. (re: DOMConfigurator) >> > Also, is there a URL to the original spec we could add? >> >> Not really, their only "spec" is the log4j DTD... > > I see. Maybe a short example would illustrate it enough for new users to > get the concept - - maybe even in the main Log4perl documentation, with > a link to the "real" doc. When I get around to it ... Oh, that makes sense, but why didn't I think of it? I added an example to the SYNOPSIS. -- Happy Trails . . . Kevin M. Goess (and Anne and Frank) 904 Carmel Ave. Albany, CA 94706 (510) 525-5217 |