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

add TCP support to Appender #40

Closed h0nIg closed 11 years ago

h0nIg commented 11 years ago

added TCP and queue supported

h0nIg commented 11 years ago

wrote a better implementation: https://github.com/t0xa/gelfj/pull/41. instead of using a queue, an async appender should be used to ensure performance/non blocking