|
From: bob f. <chi...@ma...> - 2003-07-09 16:20:52
|
Hello. >> 2/ How can we have a file output ? > > I think you can do this by setting the root logger to use an > L4WriterAppender, but I've not tried this yet. In progress right now. I think the L4WriterAppender in CVS might work, but I forget what version is in there. Also, I've been cleaning up that so I could implement a sub-class "rolling style" appender too, and should have them checked in together in a week or so. >> 3/ Is like with Log4Java it's possible to have a little config file >> near the application to change the debug level ? > > I don't think that's implemented yet. Correct. But, its high on the todo list. Here's an open question: How important do you think it is to match the Log4J config file format exactly? Or the XML config file format exactly? The reason I'm asking is that since we're "cocoa-ifying" it, we're getting close to a point where we can start to leverage Cocoa features to make it more useful to the Cocoa developer. I don't have anything specific in mind with configuration options . . . yet. But, I've been thinking that tweaking the file format slightly would be helpful. |