ppkarwasz commented on code in PR #1534:
URL: https://github.com/apache/logging-log4j2/pull/1534#discussion_r1258921982
##########
log4j-slf4j2-impl/src/main/java/org/apache/logging/slf4j/Log4jEventBuilder.java:
##########
@@ -43,6 +44,7 @@ public class Log4jEventBuilder implements LoggingEventBuilder
{
private Throwable throwable = null;
private Map<String, String> keyValuePairs = null;
private final Level level;
+ private String fqcnOverride;
Review Comment:
```suggestion
private String fqcn = FQCN;
```
--
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]