Enum ThingwWorxLoggingLevel
Defines the ThingWorx native interface logging level modes. Determines that amount of information logged. Set to Trace to generate the most detailed output.
public enum ThingwWorxLoggingLevel
Fields
Audit = 6
Debug = 1
Error = 4
Info = 2
Trace = 0
Warning = 3