Group: Forum Members
Posts: 36,
Visits: 115
|
Hello,
I am trying to make use of LogViewPlus by defining a custom expression for Pattern Parsing. Right now I have this pattern:
[%d][%S{File}:%s{Function}:%s{Line}]%m%n
But not all of my lines have this pattern, some of them have only
[%d]%m%n
How can I setup the pattern to give me empty strings of File, Function and Line columns when they are missing. Right now the parser stop loading any lines when the first line that doesn't matches the pattern is encountered.
Thanks! Regards
|