Search found 2 matches

by Chemo
Tue Apr 21, 2020 11:06 am
Forum: Writing a Parser
Topic: Regex, OR, multiline and mixed logs
Replies: 2
Views: 8223

Re: Regex, OR, multiline and mixed logs

Thank you for the quick answer. Right, I forgot the +. (It was just an example, my actual case is a ittle bit more complex.) Also thanks for the performance advice. However, the |-operator does seem to work very well with different orders of fields in different patterns. At least the log maps the bl...
by Chemo
Thu Apr 16, 2020 9:04 am
Forum: Writing a Parser
Topic: Regex, OR, multiline and mixed logs
Replies: 2
Views: 8223

Regex, OR, multiline and mixed logs

Hi. I really, really appreciate this LogViewer! I have one problem concerning multiline log messages, like: 10:52:15,123 FATAL Exception 1 thrown caused by Exception 2 caused by Exception 3 with a multiline message block. RegEx Parser can read these multiline blocks (is this a new feature?), like: (...