Popularity
6.5
Growing
Activity
7.9
-
808
63
315

Description

log4net is a tool to help the programmer output log statements to a variety of output targets. 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.

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

Programming language: C#
License: Apache License 2.0
Tags: Logging     Log     Tracing     Logfiles     Database     Eventlog     Log4Net    
Latest version: v2.0.12

Log4Net alternatives and similar packages

Based on the "Logging" category.
Alternatively, view Log4Net alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Log4Net or a related project?

Add another 'Logging' Package

README

Introduction

Apache log4net is a sub project of the Apache Logging Services project. Apache log4net graduated from the Apache Incubator in February 2007. Web site: http://logging.apache.org/log4net

Documentation

For the latest documentation see the log4net web site at: http://logging.apache.org/log4net

Contributing

log4net development happens on the logging dev mailing list, see https://logging.apache.org/log4net/mail-lists.html. Please join the mailing list and discuss bigger changes before working on them.

For bigger changes we must ask you to sign a Contributor License Agreement http://www.apache.org/licenses/#clas.

Github pull requests are one way to contribute, The Apache issue tracker is no longer accepting new issues but is available at https://issues.apache.org/jira/browse/LOG4NET for access to previous issues.

Developing

log4net targets a wide array of .net platforms, including some which are out of support from Microsoft, making it difficult to install relevant SDKs and build for those targets. In particular, older Client Profile .NET Framework targets and dotnet core 1.1 may be installed by using the bundled helper scripts:

These scripts download the relevant installers from Microsoft servers, but you run them at your own risk.

Please see [CONTRIBUTING.md](CONTRIBUTING.md) and [BUILDING.md](BUILDING.md)


*Note that all licence references and agreements mentioned in the Log4Net README section above are relevant to that project's source code only.