A library for generating logger classes from interfaces at run-time.
Info
Version: | 1.2.0 |
Author(s): | aelij |
Last Update: | Thursday, April 28, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aelij/LoggerCodeGeneration |
NuGet Url: | https://www.nuget.org/packages/Arbel.Extensions.Logging.CodeGeneration |
Install
Install-Package Arbel.Extensions.Logging.CodeGeneration
dotnet add package Arbel.Extensions.Logging.CodeGeneration
paket add Arbel.Extensions.Logging.CodeGeneration
Arbel.Extensions.Logging.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