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.
- Host: GitHub
- URL: https://github.com/dailydevops/logging.measurement
- Owner: dailydevops
- License: mit
- Created: 2024-05-11T07:18:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T12:47:04.000Z (10 months ago)
- Last Synced: 2025-04-07T13:38:51.895Z (10 months ago)
- Topics: dotnet, logger
- Language: C#
- Homepage:
- Size: 305 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.