thekrakken / java-grok

Simple API that allows you to easily parse logs and other files
http://grok.nflabs.com/
Other
358 stars 152 forks source link

Remove the singleton from match #22

Closed anthonycorbacho closed 6 years ago

wouterdb commented 9 years ago

I would put the return new Match() in Grok.java: 250 And remove the getInstance() method entirely

taizilongxu commented 7 years ago

I meet the same question... and the code is not merge