ppkarwasz commented on code in PR #2015:
URL: https://github.com/apache/logging-log4j2/pull/2015#discussion_r1409171864


##########
log4j-to-slf4j/src/test/java/org/apache/logging/slf4j/LoggerTest.java:
##########
@@ -73,7 +71,7 @@ public void basicFlow() {
 
     @Test
     public void simpleFlow() {
-        logger.traceEntry(CONFIG);
+        logger.trace(OBJ);

Review Comment:
   Yes, I noticed... ;-)
   
   We don't break `log4j-api`, but we break `log4j-api` (or the methods were 
added after `main` and `2.x` diverged).
   
   I replaced it with `logger.traceEntry(STRING)` in `main`.



-- 
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]

Reply via email to