SIFWorks ADK 2.0
Debug Property
NamespacesEdustructures.SifWorksAdkDebug

[This is preliminary documentation and is subject to change.]

The Adk debugging level determines which types of messages will be submitted to the logging environment by the class framework.
Declaration Syntax
C#Visual BasicVisual C++
public static AdkDebugFlags Debug{ get; set;}
Public Shared Property Debug As AdkDebugFlags
public:
static property AdkDebugFlags Debug {
	AdkDebugFlags get ();
	void set (AdkDebugFlags value);
}
Remarks
To eliminate all Adk-generated debug log messages set this value to AdkDebugFlags.None. The default is AdkDebugFlags.Very_Detailed, which includes all debug flags except AdkDebugFlags.Message_Content.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10