Enum LogType
Defines the logging type.
public enum LogType
Fields
Allways = 8
Always.
DebugInfo = 4
Debugging information.
Error = 2
Error.
Information = 1
Informational message.
Remarks
This enum is used as argument in the Log(string, LogType) and Log(string, LogType, LogLevel) methods.
Prior to DataMiner 10.1.1 (RN 27995), this type was defined in the QActionHelperBaseClasses assembly.