QvxLogSetLogLevels Method |
Set the log levels for the log. Activate/deactivate logging of
messages with QvxLogSeverity Debug or Warning respectively.
Namespace: QlikView.Qvx.QvxLibraryAssembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax public static void SetLogLevels(
bool logDebug,
bool logWarnings
)
Parameters
- logDebug
- Type: SystemBoolean
Set true if you want to activate log
messages with QvxLogSeverity 'Debug'. - logWarnings
- Type: SystemBoolean
Set true if you want to activate log
messages with QvxLogSeverity 'Warning'.
Remarks If the method is not overridden, messages with both
QvxLogSeverity 'Debug' and 'Warning' will be inactivated.
See Also