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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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