Click or drag to resize

QsLogAsyncWrite(String, String) Method

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

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

Parameters

message  String
The message to log.
category  String
The message category.

Implements

IQsLogWrite(String, String)
See Also