This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new 2e8120f LOG4J2-2925 Fix SLF4J link in FAQ.
2e8120f is described below
commit 2e8120fe963a5dc6e71d4214ab817f405a498569
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Feb 3 14:50:15 2022 +0100
LOG4J2-2925 Fix SLF4J link in FAQ.
---
src/site/asciidoc/faq.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/asciidoc/faq.adoc b/src/site/asciidoc/faq.adoc
index 66accf5..d7038ac 100644
--- a/src/site/asciidoc/faq.adoc
+++ b/src/site/asciidoc/faq.adoc
@@ -446,7 +446,7 @@ even any Objects. Log4j can log any Object that implements
creating garbage.
The
-http://www.slf4j.org/api/org/slf4j/spi/LocationAwareLogger.html#log(org.slf4j.Marker,%20java.lang.String,%20int,%20java.lang.String,%20java.lang.Object%5B%5D,%20java.lang.Throwable)[`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-[`org.slf4j.spi.LocationAwareLogger::log`]
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.