MADE.NET Diagnostics provides helpers to make debugging and logging results in your applications easier.
$ dotnet add package MADE.DiagnosticsThe MADE.NET Diagnostics library provides helpers to make debugging and logging results in your applications easier.
Stopwatch instances for calling methods with message outputs that include the detail of the Stopwatch and the elapsed time. Perfect for handling the timing of your code execution without the boilerplate setup for a Stopwatch. Run as many for as long as you need them with simple Start and Stop method calls.You can install the Diagnostics library into your dotnet application by running the following command:
dotnet add package MADE.Diagnostics
Or by adding the MADE.Diagnostics package in your NuGet package manager of choice.
Contributions, issues and feature requests are welcome!
Feel free to check the issues page. You can also take a look at the contributing guide.
We actively encourage you to jump in and help with any issues, and if you find one, don't forget to log it!
As many developers know, projects like this are built and maintained in maintainers' spare time. If you find this project useful, please Star or sponsor the repo on GitHub.
This project is made available under the terms and conditions of the MIT license.