Apache Log4net is a versatile, feature-rich, efficient logging API and backend for .NET

Clone this repo:
  1. 19fb2d1 :arrow_up: upgrade zarro for upstream gulp-msbuild for upstream lodash CVE by Davyd McColl · 2 weeks ago master
  2. 521162f removed more dead links (to sdk) #133 by Jan Friedrich · 6 weeks ago
  3. 652d89b Update release-notes.xml (#133) by Dan Atkinson · 6 weeks ago
  4. 8449651 :arrow_up: Bump minimatch from 3.0.4 to 3.1.2 (#100) by dependabot[bot] · 6 weeks ago
  5. 0c3bb11 remove jira link; fix warnings in site generation; fixes #130 by Jan Friedrich · 7 weeks ago

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