Windows EventLog 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 windows EventLog.
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 firewall settings
}).UseEventLogLogging(options=>{
options.LogName = "FireWall";
options.SourceName = "www.your-domain.com";
});

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.




Got any Windows EventLog 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.EventLog


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

net5.0 netcoreapp3.1 netstandard2.1


Tags



STATS

must-have-score

2.5

avg-downloads-per-day

257

days-since-last-release

164