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