An open API service for producing an overview of a list of open source projects.

https://github.com/apache/logging-log4net

apache api dotnet library log4net logger logging syslog

Score: 30.35796734507471

Last synced: about 2 hours ago
JSON representation

Repository metadata:

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


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 4 days ago

Total Commits: 1,623
Total Committers: 37
Avg Commits per committer: 43.865
Development Distribution Score (DDS): 0.729

Commits in past year: 108
Committers in past year: 7
Avg Commits per committer in past year: 15.429
Development Distribution Score (DDS) in past year: 0.111

Name Email Commits
Nicko Cadell n****o@a****g 440
Stefan Bodewig b****g@a****g 395
Jan Friedrich f****l@a****g 364
Davyd McColl d****m@g****m 111
Dominik Psenner d****r@a****g 108
Ron Grabowski r****i@a****g 75
Gert Driesen d****g@a****g 18
Erik Mavrinac e****v@m****m 17
dependabot[bot] 4****] 16
Curtis William Arnold c****d@a****g 13
Grzegorz Dziadkiewicz g****z@d****m 8
Jan Friedrich J****h@k****e 7
Piotr P. Karwasz p****b@k****g 7
Niall Daley n****l@a****g 6
Tsar Nikolay n****v@i****u 6
Volkan Yazıcı v****n@y****i 4
Andrei Chasovskikh a****h@g****m 3
Ceki Gulcu c****i@a****g 3
Michael Butvinnik b****4@g****m 2
Bipul Raman (MSFT) 8****n 2
Ralph Goers r****s@a****g 2
yogitasingh001 y****3@g****m 1
mobilebilly m****y@g****m 1
XenoAmess x****s@g****m 1
The Apache Software Foundation r****s@a****g 1
Oleh Titomyr o****r@g****m 1
Matt Sicker b****s@g****m 1
Marcel Gosselin m****n@g****m 1
no author d****l@a****g 1
Justin Michaels j****s@g****m 1
and 7 more...

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 76
Total pull requests: 257
Average time to close issues: about 2 months
Average time to close pull requests: 6 months
Total issue authors: 56
Total pull request authors: 60
Average comments per issue: 3.68
Average comments per pull request: 1.84
Merged pull request: 165
Bot issues: 0
Bot pull requests: 21

Past year issues: 7
Past year pull requests: 23
Past year average time to close issues: 18 days
Past year average time to close pull requests: 1 day
Past year issue authors: 6
Past year pull request authors: 5
Past year average comments per issue: 6.43
Past year average comments per pull request: 0.22
Past year merged pull request: 19
Past year bot issues: 0
Past year bot pull requests: 5

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/apache/logging-log4net

Top Issue Authors

  • FreeAndNil (12)
  • fluffynuts (6)
  • FerdinandStapenhorst (2)
  • ringchenhao (2)
  • vy (2)
  • erikmav (2)
  • TheSundayDev (1)
  • viktorgobbi (1)
  • jayluc2 (1)
  • Midhun458 (1)
  • YahuiWong (1)
  • sketchturner (1)
  • LeadAssimilator (1)
  • vladislav-dobzinski-etr (1)
  • Alhalwachi-BBK (1)

Top Pull Request Authors

  • FreeAndNil (107)
  • dependabot[bot] (21)
  • erikmav (19)
  • gdziadkiewicz (14)
  • dpsenner (11)
  • NicholasNoise (7)
  • tmct (4)
  • pctimhk (3)
  • fluffynuts (3)
  • zhiweiv (2)
  • ban-dana (2)
  • ErtugrulKra (2)
  • davebfid (2)
  • Flohack74 (2)
  • mirec75 (2)

Top Issue Labels

  • regression (8)
  • enhancement (5)
  • duplicate (3)
  • documentation (2)
  • bug (2)
  • breaking change (1)

Top Pull Request Labels

  • dependencies (21)
  • javascript (17)
  • documentation (5)
  • enhancement (3)
  • regression (3)
  • breaking change (2)
  • .NET (1)
  • java (1)

Package metadata

nuget.org: log4net

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

proxy.golang.org: github.com/apache/logging-log4net

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/apache/logging-log4net#section-documentation
  • Licenses: apache-2.0
  • Latest release: v2.0.102+incompatible (published almost 2 years ago)
  • Last Synced: 2026-08-22T20:06:46.233Z (1 day ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%
nuget.org: log4net.ext.mail

log4net.Ext.Mail provides Appenders for sending mails

  • Homepage: https://logging.apache.org/log4net/
  • Licenses: Apache-2.0
  • Latest release: 3.4.0 (published 2 days ago)
  • Last Synced: 2026-08-22T20:02:54.650Z (1 day ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 102 Total
  • Rankings:
    • Dependent repos count: 5.761%
    • Average: 10.58%
    • Dependent packages count: 15.399%
  • Maintainers (1)
nuget.org: log4netabc

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

  • Homepage: https://logging.apache.org/log4net/
  • Licenses: Apache-2.0
  • Latest release: (published 1 day ago)
  • Last Synced: 2026-08-22T20:03:16.917Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 14.855%
    • Average: 16.949%
    • Dependent packages count: 19.044%

Dependencies

package-lock.json npm
  • 612 dependencies
package.json npm
  • cross-env ^7.0.2 development
  • gulp-debug ^4.0.0 development
  • gulp-rename ^2.0.0 development
  • gulp-zip ^5.0.2 development
  • npm-run-all ^4.1.5 development
  • rimraf ^3.0.2 development
  • simple-git ^2.20.1 development
  • which ^2.0.2 development
  • yafs ^1.5.0 development
  • zarro ^1.95.0 development
src/integration-testing/log4net-672/log4net-672.csproj nuget
  • PeanutButter.EasyArgs 2.0.63
src/log4net/log4net.csproj nuget
  • Microsoft.Net.Compilers.Toolset 4.0.1
  • System.AppContext 4.3.0
  • System.Collections.NonGeneric 4.0.1
  • System.Configuration.ConfigurationManager 4.5.0
  • System.Console 4.3.0
  • System.Data.Common 4.1.0
  • System.Diagnostics.Debug 4.3.0
  • System.Diagnostics.Process 4.1.0
  • System.Diagnostics.StackTrace 4.0.1
  • System.Diagnostics.TraceSource 4.0.0
  • System.IO.FileSystem 4.3.0
  • System.IO.FileSystem.Watcher 4.0.0
  • System.Linq 4.3.0
  • System.Net.NameResolution 4.0.0
  • System.Net.Requests 4.0.11
  • System.Net.Sockets 4.3.0
  • System.Reflection 4.3.0
  • System.Reflection.Extensions 4.3.0
  • System.Reflection.TypeExtensions 4.1.0
  • System.Runtime.Extensions 4.3.0
  • System.Runtime.InteropServices 4.3.0
  • System.Runtime.InteropServices.RuntimeInformation 4.3.0
  • System.Runtime.Serialization.Formatters 4.3.0
  • System.Text.Encoding 4.3.0
  • System.Text.RegularExpressions 4.3.1
  • System.Threading 4.3.0
  • System.Threading.Thread 4.0.0
  • System.Threading.Timer 4.3.0
  • System.Xml.ReaderWriter 4.3.0
  • System.Xml.XmlDocument 4.0.1
src/log4net.Tests/log4net.Tests.csproj nuget
  • Microsoft.NET.Test.Sdk 15.0.0
  • Microsoft.Net.Compilers.Toolset 4.0.1
  • NUnit 3.12.0
  • NUnit3TestAdapter 3.15.1
src/integration-testing/log4net-611-lib/log4net-611-lib.csproj nuget
  • log4net 2.0.14
src/integration-testing/log4net-673/log4net-673.csproj nuget
  • log4net 2.0.14
pom.xml maven
src/integration-testing/log4net-611-main/log4net-611-main.csproj nuget
src/integration-testing/log4net-681/log4net-681.csproj nuget
examples/Appenders/SampleAppendersApp/SampleAppendersApp.csproj nuget
  • log4net $(Log4NetPackageVersion)
examples/Extensions/log4net.Ext.Trace/log4net.Ext.Trace.csproj nuget
  • log4net $(Log4NetPackageVersion)
examples/Performance/NotLogging/NotLogging.csproj nuget
  • log4net $(Log4NetPackageVersion)
src/log4net.Ext.Mail.Tests/log4net.Ext.Mail.Tests.csproj nuget
  • Microsoft.NET.Test.Sdk $(MicrosoftNetTestSdkPackageVersion)
  • NUnit $(NUnitPackageVersion)
  • NUnit.Analyzers $(NUnitAnalyzersPackageVersion)
  • NUnit3TestAdapter $(NUnit3TestAdapterPackageVersion)
  • Quackers.TestLogger $(QuackersTestLoggerPackageVersion)
.github/workflows/build.yaml actions
  • actions/checkout 692973e3d937129bcbf40652eb9f2f61becf3332 composite
  • actions/setup-dotnet a98b56852c35b8e3190ac28c8c2271da59106c68 composite
Dockerfile docker
  • mcr.microsoft.com/dotnet/sdk 10.0-noble build
examples/Extensibility/EventIDLogApp/EventIDLogApp.csproj nuget
  • log4net $(Log4NetPackageVersion)
examples/Appenders/WmiAppender/WmiAppender.csproj nuget
  • log4net $(Log4NetPackageVersion)
examples/Extensibility/TraceLogApp/TraceLogApp.csproj nuget
  • log4net $(Log4NetPackageVersion)
examples/Extensions/log4net.Ext.MarshalByRef/log4net.Ext.MarshalByRef.csproj nuget
examples/Maui/MauiTestApplication.csproj nuget
  • Microsoft.Extensions.Logging.Debug 9.0.0
  • Microsoft.Maui.Controls $(MauiVersion)
  • log4net $(Log4NetPackageVersion)
examples/Tutorials/ConsoleApp/ConsoleApp.csproj nuget
  • log4net $(Log4NetPackageVersion)
examples/Extensions/log4net.Ext.EventID/log4net.Ext.EventID.csproj nuget
  • log4net $(Log4NetPackageVersion)
src/log4net.Tests.Aot/log4net.Tests.Aot.csproj nuget
src/integration-testing/log4net2-SerializeEvent/log4net2-SerializeEvent.csproj nuget
  • log4net $(Log4NetPackageVersion)
examples/Layouts/SampleLayoutsApp/SampleLayoutsApp.csproj nuget
  • log4net $(Log4NetPackageVersion)
src/log4net.Ext.Mail/log4net.Ext.Mail.csproj nuget
  • Microsoft.CodeAnalysis.NetAnalyzers $(MicrosoftNetAnalyzersPackageVersion) development
  • Microsoft.SourceLink.GitHub $(MicrosoftSourceLinkGitHubPackageVersion) development
  • MailKit $(MailKitPackageVersion)