nblumhardt / serilog-timings

Extends Serilog with support for timed operations
Apache License 2.0
218 stars 22 forks source link

Added ability to log timings as Warnings for operations that take longer than expected #43

Closed pawelpabich closed 2 years ago

pawelpabich commented 2 years ago

Iteration on the idea described here. The API now allows the warning threshold to be specified together with the logging levels.

nblumhardt commented 2 years ago

Thanks Pawel! Should be a build out of the dev branch on NuGet shortly.....

pawelpabich commented 2 years ago

Thanks @nblumhardt