Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

keghub/dotnet-extensions-logging

Repository files navigation

Build status EMG Logging Extensions

EMG Logging Extensions

The EMG Logging Extensions are a set of libraries that extend the Microsoft logging extensions to provide additional functionalities.

EMG Logging Extensions for Loggly

The EMG Logging Extensions for Loggly is an opinionated library that helps delivering structured logs to Loggly.

Versioning

The projects in this repository follows Semantic Versioning 2.0.0 for the public releases (published to the nuget.org).

Building

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.