ppkarwasz commented on issue #4697: URL: https://github.com/apache/eventmesh/issues/4697#issuecomment-1872548079
Yes, SLF4J does **not** support suppliers in their classic API, but Log4j API does. If you want to test it for a single class, replace the Lombok [`@Slf4j`](https://projectlombok.org/api/lombok/extern/slf4j/Slf4j) annotation with [`@Log4j2`](https://projectlombok.org/api/lombok/extern/log4j/Log4j2). -- 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 specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
