From: Kevin G. <ke...@go...> - 2003-09-05 15:21:34
|
Reinhold Redel wrote: > Now my program has become a daemon. to support logging in the usual > way I have the need to change the filename for logging with every task. > I looked eg. for a function to delete an appender once added to a logger, > or to change the filename for output at least, But didn't find anything > in the doc. Not to sound negative, but I would be suprised if you got it to work that way. As an alternative, do you know the names of all the tasks in advance? Then you could instantiate a logger for each one and switch between them at runtime. -- Happy Trails . . . Kevin M. Goess (and Anne and Frank) 904 Carmel Ave. Albany, CA 94706 (510) 525-5217 |