rgLogger 1.3.0
See the version list below for details.
dotnet add package rgLogger --version 1.3.0
NuGet\Install-Package rgLogger -Version 1.3.0
<PackageReference Include="rgLogger" Version="1.3.0" />
paket add rgLogger --version 1.3.0
#r "nuget: rgLogger, 1.3.0"
// Install rgLogger as a Cake Addin #addin nuget:?package=rgLogger&version=1.3.0 // Install rgLogger as a Cake Tool #tool nuget:?package=rgLogger&version=1.3.0
A simple, light-weight .NET logging library capable of easily writing to the console, files, email, which is also simple to extend for additional functionality.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.3.0 includes many breaking changes. A lot of the code didn't align with the official C# Coding Conventions document so I ran the solution through StyleCop and fixed issues with the names of public properties and methods.
Apologies to anyone that installed the previous 1.2 version as you may need to change a lot of your code. Going forward we will stick to the coding conventions standards and this won't be an issue again.