libsimpleioLINUX_openlog Method |
Open a connection to the syslog service.
Namespace: IO.BindingsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public static void LINUX_openlog(
string id,
int options,
int facility,
out int error
)
Parameters
- id String
- Program identifier.
- options Int32
- Logging options.
- facility Int32
- Logging facility identifier.
- error Int32
- Error code. Zero upon success or an
errno value upon failure.
See Also