From: Mike S. <m...@pe...> - 2007-11-06 07:28:36
|
On Mon, 5 Nov 2007, Jonathan Swartz wrote: > Right, I expected that new categories would keep cropping up. Why > would it be a problem for an appender to open new filehandles on the > fly? Other than worrying about maximum # of filehandles? Categories are added at init() time, not at log() time. If you add a new category to Log4perl, you have to run init(). -- Mike Mike Schilli m...@pe... |