log4net-test - log4net 2.0.8

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

PM> Install-Package log4net -Version 2.0.8 -Source https://www.myget.org/F/log4net-test/api/v3/index.json

Copy to clipboard

> nuget.exe install log4net -Version 2.0.8 -Source https://www.myget.org/F/log4net-test/api/v3/index.json

Copy to clipboard

> dotnet add package log4net --version 2.0.8 --source https://www.myget.org/F/log4net-test/api/v3/index.json

Copy to clipboard
<PackageReference Include="log4net" Version="2.0.8" />
Copy to clipboard
source https://www.myget.org/F/log4net-test/api/v3/index.json

nuget log4net  ~> 2.0.8
Copy to clipboard

> choco install log4net --version 2.0.8 --source https://www.myget.org/F/log4net-test/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "log4net-test" -SourceLocation "https://www.myget.org/F/log4net-test/api/v2"
Install-Module -Name "log4net" -RequiredVersion "2.0.8" -Repository "log4net-test" 
Copy to clipboard

  • .NETFramework 2.0
  • .NETFramework 3.5
  • .NETFramework 4.0
  • .NETFramework 4.5
  • .NETFramework 3.5 Client
  • .NETFramework 4.0 Client
  • .NETStandard 1.3
    • System.AppContext (>= 4.1.0)
    • System.Collections.NonGeneric (>= 4.0.1)
    • System.Console (>= 4.0.0)
    • System.Diagnostics.Debug (>= 4.0.11)
    • System.Diagnostics.Process (>= 4.1.0)
    • System.Diagnostics.StackTrace (>= 4.0.1)
    • System.Diagnostics.TraceSource (>= 4.0.0)
    • System.IO.FileSystem (>= 4.0.1)
    • System.IO.FileSystem.Watcher (>= 4.0.0)
    • System.Linq (>= 4.1.0)
    • System.Net.NameResolution (>= 4.0.0)
    • System.Net.Requests (>= 4.0.11)
    • System.Net.Sockets (>= 4.1.0)
    • System.Reflection (>= 4.3.0)
    • System.Reflection.Extensions (>= 4.0.1)
    • System.Reflection.TypeExtensions (>= 4.1.0)
    • System.Runtime.Extensions (>= 4.1.0)
    • System.Runtime.InteropServices (>= 4.1.0)
    • System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0)
    • System.Runtime.Serialization.Formatters (>= 4.3.0)
    • System.Text.RegularExpressions (>= 4.1.0)
    • System.Threading (>= 4.0.11)
    • System.Threading.Thread (>= 4.0.0)
    • System.Threading.Timer (>= 4.0.1)
    • System.Xml.ReaderWriter (>= 4.0.11)
    • System.Xml.XmlDocument (>= 4.0.1)
  • .NETFramework 2.0: 2.0.0.0
  • .NETFramework 3.5: 3.5.0.0
  • .NETFramework 3.5 Client: Client: 3.5.0.0
  • .NETFramework 4.0: 4.0.0.0
  • .NETFramework 4.0 Client: Client: 4.0.0.0
  • .NETFramework 4.5: 4.5.0.0
  • .NETStandard 1.3: 1.3.0.0

Owners

Stefan Bodewig

Authors

The Apache Software Foundation

Project URL

http://logging.apache.org/log4net/

License

Apache-2.0

Tags

logging log tracing logfiles

Info

110 total downloads
110 downloads for version 2.0.8
Download (1.67 MB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
2.0.8 1.67 MB Wed, 08 Mar 2017 18:46:16 GMT 110