i want to check out this news

2005-11-23 Thread Johnny
i want to check out -- JohnnyDJ

Re: Log4Net file locking

2005-11-23 Thread Mike Blake-Knox
I'd suggest that you change the program that's displaying the log file so that it uses FileAccess.ReadWrite AND FileShare.ReadWrite when opening the file. Otherwise, you won't be able to open the file as it already has a writer. This generally works fine with the RollingFileAppender but note that