Hi Piotr,
On 11/29/24 10:07, Piotr P. Karwasz wrote:
Hi Pavel,
On 28.11.2024 19:26, PavelTurk wrote:
Thank you very much for your detailed and quick help.
However, to tell the truth, I’m a bit confused. I’ve been waiting for a long
time for Log4j to finally work according to the JPMS rules
le(true)
.get(),
Or am I mistaken (which is always possible) and misunderstood everything?
Best regards, Pavel
On 11/28/24 19:45, Piotr P. Karwasz wrote:
Hi Pavel,
On 28.11.2024 15:47, PavelTurk wrote:
Hello everyone.
I am trying to create my own appender using JPMS service in 3.0.0-beta
Hello everyone.
I am trying to create my own appender using JPMS service in 3.0.0-beta3. This
is my code:
import org.apache.logging.log4j.core.Appender;
import org.apache.logging.log4j.core.Filter;
import org.apache.logging.log4j.core.Layout;
import org.apache.logging.log4j.core.LogEvent;
impor
Hi Piotr,
Thank you very much for your help. I've understood how it works. I just wonder
did you decide to go this way because
you plan to continue version 2?
Best regards, Pavel
On 11/28/24 13:40, Piotr P. Karwasz wrote:
Hi Pavel,
On 28.11.2024 11:36, PavelTurk wrote:
I work only
Hello everyone.
I work only with JPMS and decided to test log4j 3. As I understand the last
version is 3.0.0-beta3
but there is no log4j-slf4j2-impl for this version:
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j2-impl
Could anyone say how to route slf4j2 messages to