Monitoring latm.log with Java application

 1 Replies
 0 Subscribed to this topic
 27 Subscribed to this forum
Sort:
Author
Messages
Dean Rochester
New Member Send Private Message
Posts: 0
New Member
I have written a test Java application to monitor latm.log file and look for certain key words, such as looping program detected

my concern is that the Java application, while it has the latm.log open for reading with a File object, will that stop the Lawson application from writing to it?
Roger French
Veteran Member Send Private Message
Posts: 549
Veteran Member
You should try making a copy of the log first, then read the copy.