Found 139 packages
Logging abstractions for Microsoft.Extensions.Logging. Commonly Used Types: Microsoft.Extensions.Logging.ILogger Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.ILogger<TCategoryName> Microsoft.Extensions.Logging.LogLevel Microsoft.Extensions.Logging.Logger<T> Microsoft.Extensions.Logging.LoggerMessage Microsoft.Extensions.Logging.Abstractions.NullLogger
Application Insights ILogger allows forwarding events from ILogger to Application Insights. Application Insights will collect your logs from multiple sources and provide rich powerful search capabilities. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
A package containing logging extensions to support writing Identity logs to Microsoft.Extensions.Logging.ILogger.
Enables the Moq's Verify API over the *ILogger* extensions (LogInformation, LogError, etc).
Allows to configure log level of an Serilog.ILogger at runtime.
Extensions for ILogger which allows using Microsoft.Extensions.Logging like NLog.
Microsoft.Extension.Logging.ILogger implementation for xunit
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.
Xunit integration for Microsoft.Extensions.Logging. Provides ILogger implementation that forwards log messages to Xunit's ITestOutputHelper for easy debugging and test output visibility.
This library provides Microsoft.Extensions.Logging support for Xunit.
Integrates the AWS SDK for .NET logging into Microsoft.Extensions.Logging.
Extensions on Ilogger for unit testing: Matching arguments and non matching arguments
This package extends DbUp logging by enabling using Microsoft.Extensions.Logging.ILogger that's registered in Microsoft Dependency Injection (i.e., IServiceProvider).
An in-memory implementation of Microsoft.Extension.Logging.ILogger
Allows to configure log level of an Microsoft.Extensions.Logging.ILogger at runtime.
Initializing Serilog and wrapping Serilog to `Microsoft.Extensions.Logging.ILogger` for ConsoleApp
Console Extensions
An assembly for extending ILogger activities.
Microsoft.Extension.Logging.ILogger implementation for xunit.v3
A collection of helpful ILogger extension methods