Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 at

https://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`].
====