Home
last modified time | relevance | path

Searched refs:syslog (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/samples/net/syslog_net/
DREADME.rst1 .. 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
DKconfig1 # 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/
DKconfig.net11 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/
Dmain.c27 syslog(i, "syslog priority %d", prios[i]); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dsyslog.h58 void syslog(int priority, const char *message, ...);
/Zephyr-latest/lib/posix/options/
Dsyslog.c48 void syslog(int priority, const char *format, ...) in syslog() function
DKconfig.xsi30 This option provides support for closelog(), openlog(), syslog(),
DCMakeLists.txt160 zephyr_library_sources_ifdef(CONFIG_XSI_SYSTEM_LOGGING syslog.c)
/Zephyr-latest/subsys/logging/
DKconfig.formatting213 It will be applied to all backends except the syslog net backend.
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst1339 * 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).
Drelease-notes-1.12.rst158 * Add network support to syslog.
Drelease-notes-3.5.rst886 * Added support for setting syslog server (used for networking log backend)
Drelease-notes-2.5.rst660 * Added checks to syslog-net that ensure immediate logging mode is not set as
Drelease-notes-1.14.rst919 * Transitioned to the new logging subsystem from syslog
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst658 syslog(),yes