name: log4net description: 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 license_spdx: Apache-2.0 version: 2.0.7 spec_version: 1.0 download_url: https://www.nuget.org/api/v2/package/log4net/2.0.7 home_url: https://logging.apache.org/log4net/ news_url: https://libraries.io/nuget/log4net/versions.atom date: 2017-01-05 about_resource: NONE libraries_io_url: https://libraries.io/nuget/log4net?number=2.0.7 vcs_tool: git vcs_repository: https://github.com/apache/logging-log4net vcs_branch: master