t0xa / gelfj

Graylog Extended Log Format (GELF) implementation in Java and log4j appender without any dependencies.
https://github.com/t0xa/gelfj/wiki
Other
186 stars 116 forks source link

Adding support for String.format type log parameters (%s, %d, etc.) #56

Closed zpenzeli closed 11 years ago

zpenzeli commented 11 years ago

Moving message null check to avoid NPE in case a parameter is added to a "null" log Added unit tests for the scenarios above