An open API service indexing awesome lists of open source software.

https://github.com/dailydevops/logging.measurement

Extensions for `ILogger` implementations to measure execution times for a named scope.
https://github.com/dailydevops/logging.measurement

dotnet logger

Last synced: 10 months ago
JSON representation

Extensions for `ILogger` implementations to measure execution times for a named scope.

Awesome Lists containing this project

README

          

# NetEvolve.Logging.Measurement

This library provides a logging implementation for [Microsoft.Extensions.Logging](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/logging/). When using this library, you have the ability to time measure the given code block and log the elapsed time.