rgoers opened a new pull request, #2385:
URL: https://github.com/apache/logging-log4j2/pull/2385
This adds support for a ScopedContext as requested in kotlin/#74 and similar
to #2214
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
ppkarwasz commented on issue #2363:
URL:
https://github.com/apache/logging-log4j2/issues/2363#issuecomment-2002079852
@SeasonPanPan,
Thank you for your proposal. #2379 might be a little bit Log4j specific, but
I can assign you #2380 if it interests you.
--
This is an automated mes
ppkarwasz commented on code in PR #2374:
URL: https://github.com/apache/logging-log4j2/pull/2374#discussion_r1527196204
##
log4j-api/src/main/java/org/apache/logging/log4j/util/ProviderUtil.java:
##
@@ -163,6 +172,88 @@ static void lazyInit() {
}
}
+/**
+
ppkarwasz commented on code in PR #2374:
URL: https://github.com/apache/logging-log4j2/pull/2374#discussion_r1527193084
##
log4j-api/src/main/java/org/apache/logging/log4j/spi/Provider.java:
##
@@ -97,127 +217,266 @@ public String getVersions() {
/**
* Gets the prio
ppkarwasz commented on code in PR #2374:
URL: https://github.com/apache/logging-log4j2/pull/2374#discussion_r1527192823
##
log4j-api/src/main/java/org/apache/logging/log4j/spi/Provider.java:
##
@@ -97,127 +217,266 @@ public String getVersions() {
/**
* Gets the prio
ppkarwasz commented on code in PR #2374:
URL: https://github.com/apache/logging-log4j2/pull/2374#discussion_r1527192000
##
log4j-api/src/main/java/org/apache/logging/log4j/spi/Provider.java:
##
@@ -20,39 +20,135 @@
import java.net.URL;
import java.util.Properties;
import org.
SeasonPanPan commented on issue #2363:
URL:
https://github.com/apache/logging-log4j2/issues/2363#issuecomment-2001921715
@ppkarwasz @vy
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the s