Closed kassner closed 1 year ago
This allows addPattern and setFormat to be called in any order. No user should expect performance issues unless they're re-using/re-creating the LogParser instance at every row, which is somewhat counter intuitive.
addPattern
setFormat
This allows
addPattern
andsetFormat
to be called in any order. No user should expect performance issues unless they're re-using/re-creating the LogParser instance at every row, which is somewhat counter intuitive.