You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/02/03 13:50:45 UTC

[logging-log4j2] branch release-2.x updated: LOG4J2-2925 Fix SLF4J link in FAQ.

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 59f0637  LOG4J2-2925 Fix SLF4J link in FAQ.
59f0637 is described below

commit 59f0637a297a39599db470993131936d4045c8c0
Author: Volkan Yazici <vo...@yazi.ci>
AuthorDate: Thu Feb 3 14:48:23 2022 +0100

    LOG4J2-2925 Fix SLF4J link in FAQ.
---
 src/site/markdown/faq.md.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/markdown/faq.md.vm b/src/site/markdown/faq.md.vm
index 1ab89a4..1e13018 100644
--- a/src/site/markdown/faq.md.vm
+++ b/src/site/markdown/faq.md.vm
@@ -434,7 +434,7 @@ Log4j 2 API lets you log any java.lang.CharSequence, and even any Objects.
 Log4j can log any Object that implements `java.lang.CharSequence`
 or `org.apache.logging.log4j.util.StringBuilderFormattable` without creating garbage.
 
-The [`org.slf4j.spi.LocationAwareLogger::log`](http://www.slf4j.org/api/org/slf4j/spi/LocationAwareLogger.html\#log(org.slf4j.Marker,java.lang.String,int,java.lang.String,java.lang.Object%5B%5D,java.lang.Throwable))
+The [`org.slf4j.spi.LocationAwareLogger::log`](https://www.slf4j.org/api/org/slf4j/spi/LocationAwareLogger.html#log-org.slf4j.Marker-java.lang.String-int-java.lang.String-java.lang.Object:A-java.lang.Throwable-)
 method is not yet implemented
 in a garbage-free manner in the log4j-slf4j-impl binding. It creates a new message object for each call.