|
MGE System Utility Library - API Documentation v1.7.3
Library of system utility functions.
|
Send message to remote syslog header file. More...
#include <libmgec/mge-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. | |
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. |