Found 356 packages
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
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
Enables the Moq's Verify API over the *ILogger* extensions (LogInformation, LogError, etc).
Serilog sink that writes to a Microsoft ILogger
A package containing logging extensions to support writing Identity logs to Microsoft.Extensions.Logging.ILogger.
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.
Autofac Module that integrates Autofac and NLog. It supports both constructor and property injection.
This library provides Microsoft.Extensions.Logging support for Xunit.
ConsoleFormatter for Google Cloud Logging.
Integrates the AWS SDK for .NET logging into Microsoft.Extensions.Logging.
A Serilog sink that writes to Azure CosmosDB and supports PartitionKey for better performance. This code is based on serilog-sinks-azuredocumentdb and adapted to use the latest Microsof.Azure.Cosmos SDK version and uses a custom JsonSerializationSettings which helps to keep the sink alive when serialization fails sometimes specially for Exceptions!
An AWS implementation of ASP.NET Core ILogger that records logging messages to Amazon CloudWatch Logs.
Allows to use the ILogger abstraction with Serilog on Blazor
Provides LoggingHandler as an implemetation of HttpMessageHandler that logs requests and responses into an ILogger instance.
Extensions on Ilogger for unit testing: Matching arguments and non matching arguments
A fluent expression builder that allows easy verification of ILogger Log* (LogDebug, LogInformation, LogError etc) invocations.
Package Description
My package description.
Enables deferred logging against the IServiceCollection during services registration using familiar ILogger abstractions plus dependency injection
Allows to configure log level of an Serilog.ILogger at runtime.