jjchiw / gelf4net

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

Fix GelfUdpAppender.GenerateMessageId() #29

Closed dheygere closed 8 years ago

dheygere commented 8 years ago

GelfUdpAppender.GenerateMessageId was generating identical Ids when quickly called successively. Instead of generating an Id based on a timestamp, I propose to use an incremental Id. This fixes #28

jjchiw commented 8 years ago

Thanks, I'll generate a new package tomorrow. :)