i want to check out this news
i want to check out -- JohnnyDJ
Re: Log4Net file locking
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