RE: Log4Net file locking

2005-11-22 Thread Christoph Walcher
Hi,   could you send us your code where you open the log files to be displayed in your rich text box? I guess the locking problem is not at the log4net side but in your application to display the log.   Tried to open the File using   public static FileStream Open(   string path,   FileMode

Include Custom information in Logs

2005-03-02 Thread Christoph Walcher
Hi, We in our company would like to include custom data - this means data from our distributed application architecture - in our logs. What is the "best" way to do this? Is writing my own Layout and "augment" the log entry here a recommended way or are there more elegant alternatives? Cheers Chri