[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.
| C# | Visual Basic | Visual C++ |
public static AdkDebugFlags Debug{ get; set;}
Public Shared Property Debug As AdkDebugFlags
public: static property AdkDebugFlags Debug { AdkDebugFlags get (); void set (AdkDebugFlags value); }
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.