walnux/libs/libc/syslog
Matteo Golin 4ccc3d4c96 drivers/syslog: Add RFC 5424 protocol support
Initial implementation of RFC 5424 support (syslog protocol). Allows
users to force-format the syslog output in a RFC 5424 compatible way,
making NuttX systems 'originators' that are able to interface with
syslog 'collectors' and 'relays' (useful for logging to syslog servers).

In addition to regular formatting options for syslog output, users can
also add structured data (currently only timeQuality is implemented,
assuming no sync and no timezone is no known). Facilities and severities
now also follow RFC 5424. Support for additional features (like
more sdata elements, msgid, etc.) will need to be built into the syslog
implementation if desired.
2025-06-13 20:26:57 +08:00
..
CMakeLists.txt syslog: add an option to completely disable syslog logic 2025-03-30 11:36:19 +08:00
lib_setlogmask.c setlogmask: fix setlogmask behavior according to POSIX standard 2025-05-02 16:29:08 +02:00
lib_syslog.c drivers/syslog: Add RFC 5424 protocol support 2025-06-13 20:26:57 +08:00
lib_syslog_none.c syslog: add an option to completely disable syslog logic 2025-03-30 11:36:19 +08:00
Make.defs syslog: add an option to completely disable syslog logic 2025-03-30 11:36:19 +08:00
syslog.h