Constructor for a logging object that uses the Linux
syslog service.
Namespace: IO.Objects.SimpleIO.syslogAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public Logger(
string id = "@@APPNAME@@",
int facility = 128,
int options = 8,
int severity = 6
)
Parameters
- id String (Optional)
- Program identifier string.
- facility Int32 (Optional)
- syslog facility.
- options Int32 (Optional)
- syslog options.
- severity Int32 (Optional)
- syslog severity level.
See Also