Click or drag to resize
QvxLogLog Method
Log a message with specified QvxLogFacility and QvxLogSeverity.

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public static void Log(
	QvxLogFacility facility,
	QvxLogSeverity severity,
	string message
)

Parameters

facility
Type: QlikView.Qvx.QvxLibraryQvxLogFacility
Describes what the log post is related to.
severity
Type: QlikView.Qvx.QvxLibraryQvxLogSeverity
Describes the severity of the event that triggered the log to be posted.
message
Type: SystemString
string containing message to be logged.
See Also