jjchiw / gelf4net

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

Improve the flexibility of appender #3

Closed rodrigopalhares closed 11 years ago

rodrigopalhares commented 11 years ago

I did a lot of changes, corrections and improvements. What do you think about the changes?

-Improve the flexibility of appender. Now, it's possible extend the appender and specify all the GelfMessage information. -Update library references -Correction of test units. -Correction of duplicated header of ChunkedMessagePart. -Created LogStackTraceFromMessage appender config. Just like https://github.com/pstehlik/gelf4j -Changed LogStackTrace to respect the layout and renderes of System.Exception.