SumoLogic / sumologic-net-appenders

Several appenders for .NET developers to use that send logs straight to SumoLogic.
Apache License 2.0
23 stars 39 forks source link

Netstandard prep/thread sleep exception #26

Closed billpratt closed 7 years ago

billpratt commented 7 years ago

Catch any exception thrown on Thread.Sleep since ThreadInterruptedException is not currently supported in .NET Standard

billpratt commented 7 years ago

ping. Any feedback?