libsimpleioLINUX_closelog Method |
Close the connection to the syslog service.
Namespace: IO.BindingsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntaxpublic static void LINUX_closelog(
out int error
)
Parameters
- error Int32
- Error code. Zero upon success or an
errno value upon failure.
See Also