I am trying to open old files which are logged long time ago but i am not sure with which logging framework but it does seem like log4net because the files have date, thread and a message basically. Now the problem is log4view receiver cannot view the file. Is log4view specific for log4net files only or is there something i am missing?
+1
A:
If the file is not written with the xml format, then you need to know the exact pattern that was used, so that Log4View can open them. Futhermore you should check the Read whole file
checkbox.
Stefan Egli
2010-07-28 09:25:48
thanks Stefan.. i will find out the exact pattern but some of the files contain a line like this ------------------- (the whole line contains hyphen) can this be handled by log4view or do i need to remove such lines from the files???
Precious
2010-07-28 09:38:58
I am not sure, but I think it would ignore these lines
Stefan Egli
2010-07-28 10:21:20
Thanks alot Stefan. It worked well now i can read the files with log4view.
Precious
2010-07-30 04:38:20