Info
Version: | 1.2.0 |
Author(s): | Sven Erik Matzen |
Last Update: | Thursday, September 19, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://dev.azure.com/matzen/Sven |
NuGet Url: | https://www.nuget.org/packages/Sem.Tools.Logging |
Install
Install-Package Sem.Tools.Logging
dotnet add package Sem.Tools.Logging
paket add Sem.Tools.Logging
Sem.Tools.Logging Download (Unzip the "nupkg" after downloading)
Dependencies
- Sem.Tools(>= 1.0.10)
- Microsoft.CodeAnalysis.CSharp(>= 3.8.0)
Tags
Provides ability to forward log entries to other frameworks.
The main aspect to implement this was to provide logging inside my libraries while still letting
the main application decide what framework to use for log-output.