https://github.com/apache/logging-slf4j
Bridges between Log4j API and SLF4J
https://github.com/apache/logging-slf4j
apache java log4j log4j2 logging slf4j
Last synced: about 1 year ago
JSON representation
Bridges between Log4j API and SLF4J
- Host: GitHub
- URL: https://github.com/apache/logging-slf4j
- Owner: apache
- License: apache-2.0
- Created: 2024-11-06T08:15:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T04:17:18.000Z (over 1 year ago)
- Last Synced: 2025-04-03T04:17:00.724Z (about 1 year ago)
- Topics: apache, java, log4j, log4j2, logging, slf4j
- Language: Java
- Homepage: https://logging.apache.org/log4j/2.x/manual/installation.html
- Size: 588 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 12
-
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 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
https://logging.apache.org/log4j/2.x/manual/api.html[Log4j API]
and
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`].
====