Enum InternalTraceLevel
InternalTraceLevel is an enumeration controlling the level of detailed presented in the internal log.
public enum InternalTraceLevel
Fields
Debug = 5Display debug messages and higher - i.e. all messages
Default = 0Use the default settings as specified by the user.
Error = 2Display Error messages only
Info = 4Display informational and higher messages
Off = 1Do not display any trace messages
Verbose = 5Display debug messages and higher - i.e. all messages
Warning = 3Display Warning level and higher messages