I had the same question myself when reading many lines of log messages.
Since this is a multi-threaded, multi-tasked processing system and the messages aren't sequenced ....
I found that it helps to sort the messages (usually by the originating task name) - -
I **think** there must be an "expected from" list (sourced) and otherwise its (unsourced).
Let me stress that the above is a WAFG without any testing behind it.
|