jjchiw / gelf4net

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

Numeric additional fields should not be converted to strings #26

Closed darkiri closed 8 years ago

darkiri commented 8 years ago

According to the GELF specification, additional fields could be sent either as a string or as a number. Currently only strings are supported. This pull request adds support for numbers. Numeric values allow Graylog to generate charts or calculate statistics.

jjchiw commented 8 years ago

Thanks, I pushed to nuget https://www.nuget.org/packages/Gelf4Net/2.0.3.11