Debugging MembersNFX Class Library

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

The Debugging type exposes the following members.
Methods

  NameDescription
Public methodStatic memberAssert
Public methodStatic memberFail
Protected methodStatic memberReadDefaultDebugActionFromConfig
Protected methodStatic memberReadTraceDisableFromConfig
Public methodStatic memberWrite
Back to Top
Fields

  NameDescription
Public fieldStatic memberCONFIG_DEBUG_CONF_REFRESH_ATTR
Public fieldStatic memberCONFIG_DEFAULT_DEBUG_ACTION_ATTR
Public fieldStatic memberCONFIG_TRACE_DISABLE_ATTR
Back to Top
Properties

  NameDescription
Public propertyStatic memberDefaultDebugAction
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
Public propertyStatic memberTraceDisabled
Controls wether to send Trace.Write() and Debug.Write() output to LogService
Back to Top
See Also