Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/logging-jdk
Bridges between JDK logging frameworks (JUL and JPL) and other logging APIs
https://github.com/apache/logging-jdk
apache java jpl jul log4j log4j2 logging
Last synced: about 2 months ago
JSON representation
Bridges between JDK logging frameworks (JUL and JPL) and other logging APIs
- Host: GitHub
- URL: https://github.com/apache/logging-jdk
- Owner: apache
- License: apache-2.0
- Created: 2024-11-06T08:12:54.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T10:49:33.000Z (about 2 months ago)
- Last Synced: 2024-11-06T11:45:03.708Z (about 2 months ago)
- Topics: apache, java, jpl, jul, log4j, log4j2, logging
- Homepage: https://logging.apache.org/log4j/2.x/manual/installation.html
- Size: 0 Bytes
- Stars: 0
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
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 athttps://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.
////This is an incubating subproject of
https://logging.apache.org/log4j/2.x/index.html[Apache Log4j]
to provide next-generation logging bridges between the logging frameworks contained in the JDK:- https://docs.oracle.com/en/java/javase/17/core/java-logging-overview.html[`java.util.logging` (JUL)]
- https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/System.Logger.html[`System.Logger` (JPL)]and other logging APIs:
- https://logging.apache.org/log4j/2.x/manual/api.html[Log4j API]
- https://www.slf4j.org/[SLF4J]For an overview of the **currently available** logging bridges, see
https://logging.apache.org/log4j/2.x/manual/installation.html#impl[Installing a logging implementation].[TIP]
====
If you are looking for the main repository of Apache Log4j, go to
https://github.com/apache/logging-log4j2/[`apache/logging-log4j2`].
====