in reply to Re^2: Parsing log file with regular-expression match nested brackets
in thread Parsing log file with regular-expression match nested brackets [RESOLVED]
Well, hm, did you read the node I linked to? You basically restated the content of your first post. What I was suggesting was to state instead a higher-level overview of your task. Because from what I can see, for example, you would be much better off logging into a database, whereupon you select groups of records using an SQL query. But I am guessing, because you haven't yet said something like (guessing again):
"I'm working on a logging system for my application, and I want to collate the debug output from the client and the server for the same transaction. I'm thinking of parsing the text log file of each using a regexp, but I'm wondering if there's a better way?"
That's the difference between discussing "X" and discussing "Y".
Hope this helps!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Parsing log file with regular-expression match nested brackets
by thanos1983 (Parson) on Feb 28, 2017 at 17:03 UTC | |
by poj (Abbot) on Feb 28, 2017 at 17:23 UTC | |
by thanos1983 (Parson) on Feb 28, 2017 at 22:36 UTC |