log4net 2.0.3

.NET Framework 1.0
Details
Advisory: https://github.com/advisories/GHSA-2cwj-8chv-9pp9 Severity: critical
dotnet add package log4net --version 2.0.3
NuGet\Install-Package log4net -Version 2.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="log4net" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add log4net --version 2.0.3
#r "nuget: log4net, 2.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install log4net as a Cake Addin
#addin nuget:?package=log4net&version=2.0.3

// Install log4net as a Cake Tool
#tool nuget:?package=log4net&version=2.0.3

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

Product Versions
.NET Framework net10 net11 net20 net35 net35-client net40 net40-client net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (284)

Showing the top 5 popular GitHub repositories that depend on log4net:

Repository Stars
2dust/v2rayN
A V2Ray client for Windows, support Xray core and v2fly core
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
chocolatey/choco
Chocolatey - the package manager for Windows
winsw/winsw
A wrapper executable that can run any executable as a Windows service, in a permissive license.
Version Downloads Last updated
2.0.3 928,564 11/23/2013
2.0.2 43,050 10/5/2013
2.0.1 13,809 9/19/2013
2.0.0 189,223 2/16/2012
1.2.10 195,298 1/7/2011