Found 54 packages
Allows to configure Log4net as Microsoft Extensions Logging handler on any ASP.NET Core application. Original code proposal by @anuraj --> https://dotnetthoughts.net/how-to-use-log4net-with-aspnetcore-for-logging/
A handler that allows for injecting into HttpClients to log requests and responses
This exception handler lets you log formatted exception information in locations specified in the configuration file.
LogHandler implementation leveraging Microsoft Logging framework.
Provides LoggingHandler as an implemetation of HttpMessageHandler that logs requests and responses into an ILogger instance.
This is a built-in logging module for ZayniFramework. You can use the zayni.json to configure how the log message should stored. Support file log, elasticsearch log, relational database log (MSSQL, MySQL, Postgres and Oracle), email notification, console log and windows event log. Also you can define the logging event handler, then you can pipe your log message to anywhere you want such as AWS CludeWatch or GCP StackDriver. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
.NET Error handler/logger used internally at Stack Overflow. Primarily for logging all unhandled exceptions to SQL, but also supporting JSON and Memory based logging.
Provides a message handler for HttpClient which allows to enable logging of request/response related info. In comparison with Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler it allows to log request/response content.
Allows to configure Log4net as Microsoft Extensions Logging handler on any .NET Core application. Original code proposal by @anuraj --> https://dotnetthoughts.net/how-to-use-log4net-with-aspnetcore-for-logging/
Logging Http Message Handler for HttpClient. Core library
This library includes extra Azure based trace listeners not found in core Microsoft.Practices.EnterpriseLibrary.Logging.. If you use Azure Worker or Web Roles, there is already a library (http://msdn.microsoft.com/en-us/library/vstudio/hh323704%28v=vs.100%29.aspx) in the Azure SDK to send ExceptionManger logs to Azure tables. However, this method doesn't work in WebSites as it requires the Azure SDK to be installed on the server (which it is not for Azure websites). This library enables ExceptionManager to write to Azure tables regardless of hosting platform or the presence (or absence) of the Azure SDK on the server.
Light ASP.NET Error Handler Module for processing and logging ASP.NET application exceptions.
EasyLib is a C# library containing many useful classes for common needs.
Common.Logging exception handling for WebApi2
Package Description
Elasticsearch Audit Logging Store for ABP.io
DMS.ErrorHandler es una librería para .NET diseñada para facilitar el manejo y registro de errores en aplicaciones. Proporciona herramientas para capturar excepciones, registrar errores en un archivo de log y devolver respuestas estructuradas en caso de errores. Es ideal para aplicaciones ASP.NET Core que requieren un manejo centralizado de errores.
Http Logging Handler that produces HAR files