22 packages
returned for Tags:"logging"
NLog is a logging platform for .NET with rich log routing and management capabilities.
NLog supports traditional logging, structured logging and the combination of both.
Supported platforms:
- .NET Framework 3.5, 4, 4.5, 4.6, 4.7 & 4.8
- .NET Core 1, 2 and 3
- .NET Standard 1.3+ and 2.0+;
- .NET...
More information
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
Common.Logging library bindings for Log4Net 1.2.13 logging framework.
Simple .NET logging with fully-structured events
Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.
Common.Logging library bindings for NLog 4.0 logging framework.
Now replaced by Serilog.Sinks.Console, please use that package instead. An alternative colored console sink for Serilog that pretty-prints properties.
ELMAH with configuration for getting started quickly on a Microsoft SQL Server (2000 or later) database as the error log. NB requires manual configuration.
log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application...
More information
A library to make things cross-platform that should be
ELMAH with initial configuration for getting started quickly. ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine,...
More information
Core library for ELMAH (Error Logging Modules and Handlers) without any configuration.
-
0 total downloads
-
last updated 06.02.2022
-
Latest version: 2.2.0
-
logging
Console logger provider implementation for Microsoft.Extensions.Logging.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
-
0 total downloads
-
last updated 06.02.2022
-
Latest version: 2.2.0
-
logging
Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().
This package was built from the source code at...
More information
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
-
0 total downloads
-
last updated 06.02.2022
-
Latest version: 1.0.0
-
logging
Provides a common way to filter log messages across all registered logger providers.
TraceSource logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a trace listener by writing messages with System.Diagnostics.TraceSource.TraceEvent().
Includes Event Source based logging support.