log4net 2.0.3
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
<PackageReference Include="log4net" Version="2.0.3" />
paket add log4net --version 2.0.3
#r "nuget: log4net, 2.0.3"
// 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 |
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.
|