Click or drag to resize
QvxLog Class
Class taking care of logging in the custom connector.
Inheritance Hierarchy
SystemObject
  QlikView.Qvx.QvxLibraryQvxLog

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public static class QvxLog

The QvxLog type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLog
Log a message with specified QvxLogFacility and QvxLogSeverity.
Public methodStatic memberSetLogLevels
Set the log levels for the log. Activate/deactivate logging of messages with QvxLogSeverity Debug or Warning respectively.
Top
See Also