NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Debugger.IsLogging

Checks to see if logging is enabled by an attached debugger.

[Visual Basic]
Public Shared Function IsLogging() As Boolean
[C#]
public static bool IsLogging();
[C++]
public: static bool IsLogging();
[JScript]
public static function IsLogging() : Boolean;

Return Value

true if a debugger is attached and logging is enabled; otherwise, false

See Also

Debugger Class | Debugger Members | System.Diagnostics Namespace