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