how can you get multiple processes to log to the same file?
Answer Posted / Survind Mani Tripathi
To make multiple processes log to the same file, you should use a RollingFileAppender or DailyRollingFileAppender in Log4j and configure them to roll over to a new file when the file size reaches a specified limit. Each appender will then write its logs into the same file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category