https://github.com/apache/logging-log4j2
Apache Log4j is a versatile, feature-rich, efficient logging API and backend for Java.
https://github.com/apache/logging-log4j2
apache api java jvm library log4j log4j2 logger logging syslog
Last synced: 3 months ago
JSON representation
Apache Log4j is a versatile, feature-rich, efficient logging API and backend for Java.
- Host: GitHub
- URL: https://github.com/apache/logging-log4j2
- Owner: apache
- License: apache-2.0
- Created: 2013-06-12T07:00:19.000Z (over 12 years ago)
- Default Branch: 2.x
- Last Pushed: 2025-05-05T13:19:07.000Z (8 months ago)
- Last Synced: 2025-05-05T16:05:50.732Z (8 months ago)
- Topics: apache, api, java, jvm, library, log4j, log4j2, logger, logging, syslog
- Language: Java
- Homepage: https://logging.apache.org/log4j/2.x
- Size: 123 MB
- Stars: 3,474
- Watchers: 109
- Forks: 1,666
- Open Issues: 204
-
Metadata Files:
- Readme: README.adoc
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.adoc
- Security: SECURITY.adoc
Awesome Lists containing this project
- awesome-java - Apache Log4j2
README
////
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
////
https://github.com/apache/logging-log4j2/actions/workflows/build.yaml[image:https://img.shields.io/github/actions/workflow/status/apache/logging-log4j2/build.yaml?branch=2.x&label=build%20%282.x%29[Build (2.x)]]
https://search.maven.org/artifact/org.apache.logging.log4j/log4j-api[image:https://img.shields.io/maven-central/v/org.apache.logging.log4j/log4j-api?versionPrefix=2.[Maven Central (2.x)]]
https://github.com/apache/logging-log4j2/security/code-scanning[image:https://github.com/apache/logging-log4j2/actions/workflows/codeql-analysis.yaml/badge.svg?branch=2.x[CodeQL (2.x)]]
Apache Log4j is a versatile, industrial-grade Java logging framework composed of an API, its implementation, and components to assist the deployment for various use cases.
For further information (support, download, etc.) see https://logging.apache.org/log4j[the project website].
[#development]
== Development
Looking for *build instructions*, branching scheme, and other developer resources?
See https://logging.apache.org/log4j/2.x/development.html[the Development page] at the website.