|
|
|
|
|
by madhouse
4063 days ago
|
|
Why would I need to be able to parse everything up front? Taking the syslog example, that has a commonly understood format. As a default case, I can just split the parts and have structured data (esp. with RFC5424, where structured data is part of the protocol to begin with). Then, I can add further parsers for the MESSAGE part whenever I feel like it, or whenever there is need. I don't need that up front. |
|