kalayciburak opened a new pull request, #4239: URL: https://github.com/apache/logging-log4j2/pull/4239
## What `Log4j1SyslogLayout.Builder` javadoc listed `includeNewLine` and `escapeNL`, which were copy-pasted from `org.apache.logging.log4j.core.layout.SyslogLayout` and are not implemented on this layout. ## Changes - Document the builder attributes that actually exist: `facility`, `facilityPrinting`, `header`, `messageLayout`, and `charset` - Note that `includeNewLine` / `escapeNL` are not supported on this layout ## Test - Source review against builder fields and `toSerializable()` - Module previously compiled `Log4j1SyslogLayout` after the edit (javadoc-only change) Fixes #4237 -- 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]
