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

Fixed potential NullPointerException in GelfAppender #6

Closed joschi closed 13 years ago

joschi commented 13 years ago

GelfAppender#append will throw a NullPointerException if LogEvent.message is null. Added check to prevent this condition and log an empty message instead.