1. in java TailListener,how to avoid duplicate log messages stackoverflow.commy code is given below .
|
2. in java taillistener, how to handle more log files stackoverflow.comI am using java taillistener to monitor my log files.Whenever log files are updated,it will print the log message.when motoring one or two log files,it working fine.But when trying to monitoring ... |
3. in java TailerListener,how to avoid old log messages when file is rotated stackoverflow.comi am monitoring log files using java taillistener API.In this,whenever file rotates,i am getting the old log messages from that file.How to avoid this? |