Click or drag to resize

LoggerWriteLine Method

Trace interface method for posting a message.

Namespace: IO.Objects.SimpleIO.syslog
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public virtual void WriteLine(
	string message
)

Parameters

message  String
Trace message.
Remarks
This method implementation is identical to Write(), because syslog is not a line oriented service.
See Also