RE: DEBUG vs INFO

2009-02-26 Thread Walden H. Leverich
> DEBUG info at no price.. so to speak Can't help on the buffering, but your comment above isn't necessarily correct at any rate. It depends on where the performance his of the Debug() call is. Sure there's a hit on writing the log to disk, and the buffering helps there, but there is also the h

ILayout.Format: must it be thread safe ?

2009-02-26 Thread Knittel Bruno
Hello Everyone, I want to develop my own Xml Layout and thus took a look at the XmlLayoutBase and XmlLayoutSchemaLog4j source code. My Layout will inherit from XmlLayoutBase. I am just wondering, and did not found the answer in the SDK Reference: must the ILayout.Format method be t

RE: DEBUG vs INFO

2009-02-26 Thread Graham Walsh
Sorry, ignore that last email, its actually working as I want. Does anybody know if its possible to configure a RichTextBoxAppender (log output goes to a rich text box, its a contribution by another engineer not the original author(s) of log4net, (I think). If I can get buffering in place for

RE: DEBUG vs INFO

2009-02-26 Thread Graham Walsh
sorry, but I'm having trouble with one part of this config, I always do. I have taken the BufferingForwardingAppender and put it in place, its works a treat. I've also got another appender which is used to display log output in the GUI window. Now I want BufferingForwardingAppender (which log