log4net 2.0.1
Advisory: https://github.com/advisories/GHSA-2cwj-8chv-9pp9 | Severity: critical |
This is package has been deprecated. Good day.
See the version list below for details.
dotnet add package log4net --version 2.0.1
NuGet\Install-Package log4net -Version 2.0.1
<PackageReference Include="log4net" Version="2.0.1" />
paket add log4net --version 2.0.1
#r "nuget: log4net, 2.0.1"
// Install log4net as a Cake Addin #addin nuget:?package=log4net&version=2.0.1 // Install log4net as a Cake Tool #tool nuget:?package=log4net&version=2.0.1
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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net10 is compatible. net11 is compatible. net20 is compatible. net35 is compatible. net35-client is compatible. net40 is compatible. net40-client is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (15)
Showing the top 5 NuGet packages that depend on log4net:
Package | Downloads |
---|---|
Castle.Core-log4net
Castle logging services integration with log4net 1.2.10 |
|
Common.Logging.Log4Net
DEPRECATED -- DO NOT USE (view "Project Information" url for more info) |
|
Topshelf.Log4Net
Log4Net Logging Integration for Topshelf. Topshelf is an open source project for hosting services without friction. By referencing Topshelf, your console application *becomes* a service installer with a comprehensive set of command-line options for installing, configuring, and running your application as a service. |
|
LinqToExcel
Easily retrieve data from spreadsheets and csv files by using LINQ |
|
Common.Logging.Log4Net1211
Common.Logging library bindings for Log4Net 1.2.11 logging framework. |
GitHub repositories (315)
Showing the top 5 popular GitHub repositories that depend on log4net:
Repository | Stars |
---|---|
winsw/winsw
A wrapper executable that can run any executable as a Windows service, in a permissive license.
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
chocolatey/choco
Chocolatey - the package manager for Windows
|
|
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
|
|
BornToBeRoot/NETworkManager
A powerful tool for managing networks and troubleshoot network problems!
|