Posted on: 5/22/2014 5:26:44 AM | Views : 399

I have multiple applications with there seperate Log4Net dll's but what i want is that they all should write log in same file, now i want to know what is the behaviour of Log4Net in this scenerio will it allow two different application acces same file at the same time, or if two request's comes to write log in same file from two different Log4Net dll's :
: It will write both error logs 
OR
: It will neglet one error log 
OR
: It will first write one log with other maintained in a queue and then write other log.
also is it thread safe in this way etc

Go to the complete details ...