Open for Voting

A monitor to report content of file content changes

Case #405730 - "FR - a monitor to report content of file content changes"

Many developper /programmer /other TI people create error text log file. Those files are generally append with the application it monitor (insert your java, .NET, windows, Linux app here).

It may look like this:

2011-11-11 11:11:11 Application.MethodeName: C2InterMailServer.clsC2IMSrv:ProcessEmails ---> C2Errors.C2Exception: clsC2IMSrv:RetrieveMessages ---> C2Errors.C2Exception: Email:RetrieveMessages ---> C2Errors.C2Exception: Email:Connect ---> Quiksoft.EasyMail.POP3.POP3AuthenticationException: -ERR The system was unable to log 00tcntagtest in.  Maildrop opened for exclusive access by another user.

   to Quiksoft.EasyMail.POP3.POP3.Login(String Account, String Password, AuthMode AuthMode)

   to C2EMail.Retriever.ConnectPOP3(Boolean pblnForce)

   --- End of stack strace internal exception ---

2011-12-12 11:11:00 Application.MethodeName2: C2InterMailServer.clsC2IMSrv:ProcessEmails ---> C2Errors.C2Exception: clsC2IMSrv:RetrieveMessages ---> C2Errors.C2Exception: Email:RetrieveMessages ---> C2Errors.C2Exception: Email:Connect ---> Quiksoft.EasyMail.POP3.POP3AuthenticationException: -ERR The system was unable to log 00tcntagtest in.  Maildrop opened for exclusive access by another user.

   to Quiksoft.EasyMail.POP3.POP3.Login(String Account, String Password, AuthMode AuthMode)

   to C2EMail.Retriever.ConnectPOP3(Boolean pblnForce)

   --- End of stack strace internal exception ---


So, when a file got change content, it would be usefull to get what was added (or removed).