Searched refs:syslog (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/samples/net/syslog_net/ |
D | README.rst | 1 .. zephyr:code-sample:: syslog-net 2 :name: Remote syslog 5 Enable a remote syslog service that sends syslog messages to a remote server 10 This sample application enables a remote syslog service that will 11 send syslog messages to a remote server, as configured in ``prj.conf``. 13 for more details about syslog protocol over UDP. 26 For configuring the remote IPv6 syslog server, set the following
|
D | Kconfig | 1 # Private config options for syslog-net sample app 6 mainmenu "Networking syslog sample application" 19 Server address for the syslog server.
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.net | 11 Send syslog messages to network server. 12 See RFC 5424 (syslog protocol) and RFC 5426 (syslog over UDP) and 13 RFC 6587 (syslog over TCP) specifications for details. 22 length of the syslog message a lot. 68 originator submits messages to the syslog transport for sending. 100 int "Max syslog message size" 106 As each syslog message needs to fit to UDP packet, set this value 123 bool "Use DHCPv4 Log Server Option to configure syslog server" 126 When enabled the syslog server IP address is read from the DHCPv4
|
/Zephyr-latest/tests/posix/xsi_system_logging/src/ |
D | main.c | 27 syslog(i, "syslog priority %d", prios[i]); in ZTEST()
|
/Zephyr-latest/include/zephyr/posix/ |
D | syslog.h | 58 void syslog(int priority, const char *message, ...);
|
/Zephyr-latest/lib/posix/options/ |
D | syslog.c | 48 void syslog(int priority, const char *format, ...) in syslog() function
|
D | Kconfig.xsi | 30 This option provides support for closelog(), openlog(), syslog(),
|
D | CMakeLists.txt | 160 zephyr_library_sources_ifdef(CONFIG_XSI_SYSTEM_LOGGING syslog.c)
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.formatting | 213 It will be applied to all backends except the syslog net backend.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 1339 * The syslog server address can now be set with DHCPv4 option. This is done by 1535 * :c:func:`log_backend_net_set_ip` to initialize syslog net backend with IP 1537 * :c:func:`log_backend_net_start` to facilitate syslog net backend activation. 1539 * Added structured logging support to syslog net backend. 1540 * Added TCP support to syslog net backend. 1692 syslog server for the networking backend is set by the DHCPv4 Log Server Option (7). 1696 * Add support for syslog (POSIX).
|
D | release-notes-1.12.rst | 158 * Add network support to syslog.
|
D | release-notes-3.5.rst | 886 * Added support for setting syslog server (used for networking log backend)
|
D | release-notes-2.5.rst | 660 * Added checks to syslog-net that ensure immediate logging mode is not set as
|
D | release-notes-1.14.rst | 919 * Transitioned to the new logging subsystem from syslog
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 658 syslog(),yes
|