The EMG Logging Extensions are a set of libraries that extend the Microsoft logging extensions to provide additional functionalities.
The EMG Logging Extensions for Loggly is an opinionated library that helps delivering structured logs to Loggly.
The projects in this repository follows Semantic Versioning 2.0.0 for the public releases (published to the nuget.org).
This project uses CAKE as a build engine.
If you would like to build Nybus locally, just execute the build.cake
script.
You can do it by using the .NET tool created by CAKE authors and use it to execute the build script.
dotnet tool install -g Cake.Tool
dotnet cake
Many thanks to AppVeyor for their support to the .NET Open Source community.