You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since layout deprecation was already done in #2527, we
document:
* The deprecation of some appenders, pointing to third-party
alternatives, when possible.
* The deprecation of the Log4j Tag library.
The Spring Boot Lookup and Java EE SMTP Appender will
disappear in version 3.x, but will be replaced with the
Spring Boot 3 Lookup (in Spring Boot) and Jakarta EE
SMTP Appender.
Co-authored-by: Volkan Yazıcı <[email protected]>
*The Log4j Tag library is planned to be removed in the next major release!*
273
+
If you are using this library, please get in touch with the Log4j maintainers using link:{logging-services-url}/support.html[the official support channels].
274
+
====
275
+
270
276
To help users add logging statements to JavaServer Pages, Log4j provides a JSP tag library modeled after the
271
277
https://web.archive.org/web/20140215182415/http://jakarta.apache.org/taglibs/log/[Jakarta Commons Log Tag library].
272
278
To use it, you need to add the following runtime dependency to your web application project:
*This provider is planned to be removed in the next major release!*
1252
+
If you are using this library, please get in touch with the Log4j maintainers using link:{logging-services-url}/support.html[the official support channels].
1253
+
====
1254
+
1245
1255
The `CouchDb` Provider allows using the <<NoSqlAppender>> with an
Licensed to the Apache Software Foundation (ASF) under one or more
3
+
contributor license agreements. See the NOTICE file distributed with
4
+
this work for additional information regarding copyright ownership.
5
+
The ASF licenses this file to You under the Apache License, Version 2.0
6
+
(the "License"); you may not use this file except in compliance with
7
+
the License. You may obtain a copy of the License at
8
+
9
+
http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+
Unless required by applicable law or agreed to in writing, software
12
+
distributed under the License is distributed on an "AS IS" BASIS,
13
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+
See the License for the specific language governing permissions and
15
+
limitations under the License.
16
+
////
17
+
18
+
[WARNING]
19
+
====
20
+
*This appender is planned to be removed in the next major release!*
21
+
If you are using this library, please get in touch with the Log4j maintainers using link:{logging-services-url}/support.html[the official support channels].
0 commit comments