jjchiw / gelf4net

GELF log4net Appender - graylog2
MIT License
63 stars 59 forks source link

[WIP] Add Async http appender #62

Closed iwillspeak closed 5 years ago

iwillspeak commented 6 years ago

Creates a new AsyncGelfHttpAppender which performs logging in the background as the other Async* appenders do.

This PR also makes a few refactorings to share code more amongst the async appenders:

Still TODO:

jjchiw commented 5 years ago

Wow, finally :)

Thanks for the PR

iwillspeak commented 5 years ago

Thanks for this!