[This is preliminary documentation and is subject to change.]
The Debugging type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Assert | ||
| Fail | ||
| ReadDefaultDebugActionFromConfig | ||
| ReadTraceDisableFromConfig | ||
| Write |
Fields
| Name | Description | |
|---|---|---|
| CONFIG_DEBUG_CONF_REFRESH_ATTR | ||
| CONFIG_DEFAULT_DEBUG_ACTION_ATTR | ||
| CONFIG_TRACE_DISABLE_ATTR |
Properties
| Name | Description | |
|---|---|---|
| DefaultDebugAction |
Returns the global default setting, and optionally
reads default debug action from global application's configuration
if its value is DefaultFromConfig (default). Application can override
this value at startup in order to avoid dynamic configuration lookups
on every call
| |
| TraceDisabled |
Controls wether to send Trace.Write() and Debug.Write() output to LogService
|
See Also