TheServiceHostInfo..::..DebugLevel Property
   Debug Level of the Application
   The higher the level - the more verbose the output
   
                
    Namespace: 
   nsCDEngine.ViewModelsAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public eDEBUG_LEVELS DebugLevel { get; set; }
Public Property DebugLevel As eDEBUG_LEVELS Get Set
public: property eDEBUG_LEVELS^ DebugLevel { eDEBUG_LEVELS^ get (); void set (eDEBUG_LEVELS^ value); }