Info
Version: | 1.5.0 |
Author(s): | Bishoy Labib |
Last Update: | Tuesday, February 8, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Bishoymly/CoreX.Extensions |
NuGet Url: | https://www.nuget.org/packages/CoreX.Extensions.Logging |
Install
Install-Package CoreX.Extensions.Logging
dotnet add package CoreX.Extensions.Logging
paket add CoreX.Extensions.Logging
CoreX.Extensions.Logging Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)
- Microsoft.Extensions.Options(>= 5.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 5.0.0)
Tags
Setup HttpLogger in startup and enjoy a log that you can access from your browser and doesn't fill your storage nor blocks CPU. Integrates with Microsoft.Extensions.Logging.