serilog / serilog-extensions-logging

Serilog provider for Microsoft.Extensions.Logging
Apache License 2.0
313 stars 100 forks source link

#149 - Fixed index out of range issue with negative ids #150

Closed credfeto closed 5 years ago

credfeto commented 5 years ago

149 Updated range check so that it copes with negative id's.

nblumhardt commented 5 years ago

Nice catch, thanks!