Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.0-beta6
-
None
-
None
Description
It would be nice to be able to appy custom format to a message sent using SyslogLayout, user will be able to use PatternLayout/XMLLayout, etc... and format it as a syslog message (add syslog header ).
so the usage would be :
<SyslogWrapLayout facility="lpr">
<PatternLayout pattern="%d
[%t] %marker.%-5level %logger
{2.} - %msg"/>
</SyslogWrapLayout>
Attachments
Attachments
Issue Links
- relates to
-
LOG4J2-969 Refactor SyslogAppender so that Layout is a Plugin element
- Closed