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 = 6Debug = 1Error = 4Info = 2Trace = 0Warning = 3