QvxLog.SetLogLevels 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)
Syntaxpublic static void SetLogLevels(
bool logDebug,
bool logWarnings
)
Parameters
- logDebug
- Type: System.Boolean
Set true if you want to activate log
messages with QvxLogSeverity 'Debug'. - logWarnings
- Type: System.Boolean
Set true if you want to activate log
messages with QvxLogSeverity 'Warning'.
RemarksIf the method is not overridden, messages with both
QvxLogSeverity 'Debug' and 'Warning' will be inactivated.
See Also