atulpendse commented on a change in pull request #683:
URL: https://github.com/apache/logging-log4j2/pull/683#discussion_r837103493



##########
File path: 
log4j-core/src/main/java/org/apache/logging/log4j/core/appender/SyslogAppender.java
##########
@@ -393,7 +408,8 @@ protected SyslogAppender(final String name, final Layout<? 
extends Serializable>
             final Charset charset,
             final String exceptionPattern,
             final LoggerFields[] loggerFields,
-            final boolean advertise) {
+            final boolean advertise,
+            final TimestampPrecision timestampPrecision) {
         // @formatter:on

Review comment:
       I agree, but Rfc5424Layout does not have a builder which caller can use. 
It only supports creating instances via constructor.




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