java - Log4j DailyRollingFileAppender concurrency with multiple processes -


i have number of identical processes writing single log file using log4j dailyrollingfileappender. concerned multiple processes may try , roll file , chaos ensue. implementation allow using kind of locking mechanism? - javadoc doesn't mention it.

it not advisible let multiple processes access same log file. mayhem occur


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -