Info
Version: | 2024.11.15.421 |
Author(s): | Walter Verhoeven, Stijn Snellinx |
Last Update: | Friday, November 15, 2024 |
.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)
Dependencies
net5.0
- Walter.Web.Firewall(>= 2020.12.27.6)
- Walter.Web.Firewall(>= 2020.12.27.6)
- Walter.Web.Firewall(>= 2020.12.27.6)
Tags
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.