OS Linux:
 
Am using an application which redirects lot of messages to stdout
 
I do not have access to the source code of this application.
 
I would like to log4j these messages through RollingFileAppender.
Requirements:
 
1) The no of lines to be logged are very high and very fast rate.
 
2) The new logging mechanism should not have any impact on the performance of 
the application or the system 
 
3) Not even single line of the message should be missed.
 
Could someone please let me know, what is the best way to achieve this ?

TIA


      

Reply via email to