Dark Mode
Velentr.Logging (this link opens in a new window) by vonderborch (this link opens in a new window)
A simple and extensible logging library
Summary
My own take on an easily extensible logging library.
Packages
A package is available to install on nuget: NuGet Gallery | Velentr.Logging 1.0.3
Documentation
Documentation is currently available only on github. Documentation site and tutorial coming soon here!
Design Choices/Comments/Notes
I probably could have used the built-in C# logging libraries or another one that is widely available, but decided to write my own instead for some reason. I’ll probably update the codebase at some point since there’s a lot of stuff that is pretty messy/not well-thought-through.