Enum LogType
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Specifies the log type.
public enum LogType
Fields
Always = 8
Always.
Debug = 4
Debug logging.
Error = 2
Error logging.
Information = 1
Informational logging.
None = 0
No logging.