Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/logging-log4net
Apache Log4net is a versatile, feature-rich, efficient logging API and backend for .NET
https://github.com/apache/logging-log4net
apache api dotnet library log4net logger logging syslog
Last synced: about 16 hours ago
JSON representation
Apache Log4net is a versatile, feature-rich, efficient logging API and backend for .NET
- Host: GitHub
- URL: https://github.com/apache/logging-log4net
- Owner: apache
- License: apache-2.0
- Created: 2017-04-26T07:00:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T18:27:21.000Z (25 days ago)
- Last Synced: 2024-12-05T15:05:22.797Z (8 days ago)
- Topics: apache, api, dotnet, library, log4net, logger, logging, syslog
- Language: C#
- Homepage: https://logging.apache.org/log4net
- Size: 7.02 MB
- Stars: 858
- Watchers: 61
- Forks: 329
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-core - log4net - log4net is a port of the excellent Apache log4j™ framework to the Microsoft® .NET runtime. (Frameworks, Libraries and Tools / Logging)
- awesome-dotnet-core - log4net - log4net日志记录。 (框架, 库和工具 / 日志)
- fucking-awesome-dotnet-core - log4net - log4net is a port of the excellent Apache log4j™ framework to the Microsoft® .NET runtime. (Frameworks, Libraries and Tools / Logging)
- awesome-dotnet-core - log4net - log4net is a port of the excellent Apache log4j™ framework to the Microsoft® .NET runtime. (Frameworks, Libraries and Tools / Logging)
README
# log4net
[![NuGet package](https://img.shields.io/nuget/v/log4net.svg?logo=NuGet)](https://www.nuget.org/packages/log4net)
[![NuGet package](https://img.shields.io/nuget/dt/log4net?logo=NuGet)](https://www.nuget.org/packages/log4net)# 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 [Github](https://github.com/apache/logging-log4net)
and on our [mailing list](https://logging.apache.org/support.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).
# Developing
log4net targets net462 and netstandard2.0.
Please see
- [CONTRIBUTING.md](doc/CONTRIBUTING.md)
- [BUILDING.md](doc/BUILDING.md)
- [RELEASING.md](doc/RELEASING.md)