Enum LogLevel
Enumeration for log level.
public enum LogLevel
Fields
Communication = 0
Log is type "Communication".
CycleTime = 1
Log is type "CycleTime".
Debug = 3
Log is type "Debug".
Error = 6
Log is type "Error".
Fatal = 7
Log is type "Fatal".
Info = 4
Log is type "Info".
Trace = 2
Log is type "Trace".
Warn = 5
Log is type "Warn".