Click or drag to resize

QsLogAsyncWrite(String) Method

Writes the specified message to the log file. It uses default category and log type.

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax
public void Write(
	string message
)

Parameters

message  String
The message to log.

Implements

IQsLogWrite(String)
See Also