apache / logging-log4cxx

Apache Log4cxx is a C++ port of Apache Log4j
http://logging.apache.org/log4cxx
Apache License 2.0
267 stars 121 forks source link

RFC5424 Support #390

Open sylphrena0 opened 2 months ago

sylphrena0 commented 2 months ago

It doesn't appear that there is an equivalent implementation of Log4j2's RFC5424 Layout to support the enhanced Syslog specification. Is an log4cxx implementation of this feature on the roadmap?

rm5248 commented 2 months ago

There are currently no plans to support the enhanced syslog format, as nobody has requested it.

If anybody is interested in supporting this, it should be simple to modify the syslogappender to add support.