NuGet Package Apache log4net

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 binary. The log4net package is designed so that log statements can remain in
shipped code without incurring a high performance cost.

It follows that the speed of logging
(or rather not logging) is crucial.

At the same time, log output can be so voluminous that it quickly becomes overwhelming.
One of the distinctive features of log4net is the notion of hierarchical loggers.
Using these loggers it is possible to selectively control which log statements are output
at arbitrary granularity.

log4net is designed with two distinct goals in mind: speed and flexibility.




Got any Apache log4net Question?





Info

Version: 2.0.16
Author(s): The Apache Software Foundation
Last Update: Friday, March 8, 2024
.NET Fiddle: Online Example
Project Url: https://logging.apache.org/log4net/
NuGet Url: https://www.nuget.org/packages/log4net


Install
Install-Package log4net
dotnet add package log4net
paket add log4net
log4net Download (Unzip the "nupkg" after downloading)

.NETFramework 2.0
  • No dependencies.
.NETFramework 3.5
  • No dependencies.
.NETFramework 4.0
  • No dependencies.
.NETFramework 4.0 Client
  • No dependencies.
.NETFramework 4.5
  • No dependencies.
.NETStandard 1.3 .NETStandard 2.0 net35-client
  • No dependencies.
3011 packages depend on this package.


Tags



STATS

must-have-score

7

avg-downloads-per-day

45950

days-since-last-release

11