Info
Version: | 2.0.5 |
Author(s): | Apache Software Foundation |
Last Update: | Tuesday, September 5, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://logging.apache.org/log4net/ |
NuGet Url: | https://www.nuget.org/packages/demo-log4net-native-net35-full |
Install
Install-Package demo-log4net-native-net35-full
dotnet add package demo-log4net-native-net35-full
paket add demo-log4net-native-net35-full
demo-log4net-native-net35-full Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.