Interfaces designed to unify and simplify logging across multiple languages (C# edition).
From the start the packages are available on NuGet to make them easy to install in any project.
$ Install-Package com.xcitestudios.LoggingAlternatively, just include the source files.
Want to contribute? Create pull requests and I'll get in touch!
Special thanks to MediaSkunkWorks where the ideas for these libraries came from while working there and being given the time to ensure they're suitable for open source as well as internal use.
MIT (Including AT.MIN.Tools which was CPOL but Richard Prinz said he'd change it to MIT for use freely, thank you!)
The unit tests make use of Newtonsoft.Json (http://www.newtonsoft.com/) which is licensed under AGPL 3.0 http://www.gnu.org/licenses/agpl-3.0.html. This is not used in the interfaces or classes at all.