The following logic applies to the format of the logfile.
1.Each line in the logfile can be handled separately. There exist separate lines for different entry types.
2.Each line that does not match to the described formats has to be ignored.
This will allow us to enhance the output in future versions without causing trouble in working solutions.
It is also recommended to do a parsing of the different arguments of a line and simply to ignore arguments that are not known. This allows us to enhance the output in future versions without causing trouble in working solutions. |