MGE System Utility Library - Full Internal Documentation
v1.4.7
Library of system utility functions.
|
Send message to remote syslog header file. More...
#include <portability.h>
Go to the source code of this file.
Functions | |
BEGIN_C_DECLS int | sndremsyslogmsg (const char *hostname, const char *prog_name, const char *message) |
Send message to remote syslog server. More... | |
Send message to remote syslog header file.
Header file for sending a message to a remote syslog server in the libmgesysutils shared library.
Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0-only
BEGIN_C_DECLS int sndremsyslogmsg | ( | const char * | hostname, |
const char * | prog_name, | ||
const char * | message | ||
) |
Send message to remote syslog server.
On error mge_errno will be set.
hostname | Destination machine. |
prog_name | Source program name. |
message | The message to send. |