Trace interface method for posting a message.
Namespace: IO.Objects.SimpleIO.syslogAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax 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