A library for generating logger classes from interfaces at run-time.
Info
Version: | 1.0.1 |
Author(s): | aelij |
Last Update: | Saturday, July 25, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aelij/LoggerCodeGeneration |
NuGet Url: | https://www.nuget.org/packages/Arbel.Logging.Extensions.CodeGeneration |
Install
Install-Package Arbel.Logging.Extensions.CodeGeneration
dotnet add package Arbel.Logging.Extensions.CodeGeneration
paket add Arbel.Logging.Extensions.CodeGeneration
Arbel.Logging.Extensions.CodeGeneration Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Logging(>= 3.1.6)
- System.Collections.Immutable(>= 1.7.1)
- System.Linq.Expressions(>= 4.3.0)
- System.Reflection.Emit(>= 4.7.0)
- System.ValueTuple(>= 4.5.0)
Tags