vy commented on code in PR #2015:
URL: https://github.com/apache/logging-log4j2/pull/2015#discussion_r1409055385
##########
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:
There is no `Logger#traceEntry(Object)` method. What do you mean?
--
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]