Click or drag to resize

LoggerError(String, Int32) Method

Log an error message, including an errno error string.

Namespace: IO.Objects.SimpleIO.syslog
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public void Error(
	string message,
	int errnum
)

Parameters

message  String
Error Message.
errnum  Int32
errno error number.
See Also