thekrakken / java-grok

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

Replace explicit dependency on slf4j-log4j12 with slf4j-api #17

Closed manuelprinz closed 10 years ago

manuelprinz commented 10 years ago

This commit fixes warnings when including grok in other frameworks that use slf4j, such as Grails. For a description on the issue see http://www.slf4j.org/codes.html#multiple_bindings.

anthonycorbacho commented 10 years ago

thank you for your PR. look good