Table of Contents

Enum ThingwWorxLoggingLevel

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

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