Windows ILogger based Reporting Add-On for the ASP-WAF Application FireWall NuGet Package

Reporting interface for the firewall and the windows to support structured logging to the ILogging frameworks.
The Package extends the reporting functionality to NuGet package Walter.Web.Firewall and is easily activated by dependency injection during service configuration

services.AddFireWall(FireWallTrial.License, FireWallTrial.DomainKey
, domainName: new Uri("https://www.your-domain.com", UriKind.Absolute)
, options =>
{
//your options
}).UseILoggerLogging(options:option=> {
option.Level = Microsoft.Extensions.Logging.LogLevel.Critical;
option.NameSpace = "MyApplication.FireWall.Logger";
});

More information on how to use this Add-On is available in this manual
https://www.asp-waf.com/download/ASP-WAF-FireWall-Getting-Started.pdf
as well as on-line at documentation at
https://www.asp-waf.com/NuGet.

This Add-On will work any license version of the firewall.




Got any Windows ILogger based Reporting Add-On for the ASP-WAF Application FireWall Question?





Info

Version: 2023.11.13.1117
Author(s): Walter Verhoeven, Stijn Snellinx
Last Update: Monday, November 13, 2023
.NET Fiddle: Create the first Fiddle
Project Url: https://www.asp-waf.com/
NuGet Url: https://www.nuget.org/packages/Walter.Web.FireWall.ILogger


Install
Install-Package Walter.Web.FireWall.ILogger
dotnet add package Walter.Web.FireWall.ILogger
paket add Walter.Web.FireWall.ILogger
Walter.Web.FireWall.ILogger Download (Unzip the "nupkg" after downloading)

net5.0 netcoreapp3.1 netstandard2.1


Tags



STATS

must-have-score

2

avg-downloads-per-day

97

days-since-last-release

162