Click or drag to resize

libsimpleioLINUX_syslog Method

Send a message to the syslog service.

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static void LINUX_syslog(
	int priority,
	string msg,
	out int error
)

Parameters

priority  Int32
Message priority
msg  String
Message to send.
error  Int32
Error code. Zero upon success or an errno value upon failure.
See Also