Microsoft.CommerceServer.Runtime.Diagnostics
The classes in the Microsoft.CommerceServer.Runtime.Diagnostics namespace contain the debugging functionality needed for the Commerce Server .NET Application Framework.
Classes
Class | Description |
---|---|
ConsoleDebugContext | Represents the current debugging level for a non-Web based application. Contains methods for handling debug warnings, errors, and informational trace messages. This class may be derived, as the Trace, Warn, and Error methods are declared virtual. |
DebugContext | Represents the current debugging level for the application. This object sets the debug mode and contains methods for handling debug warnings, errors, and informational trace messages. This class may be derived, as the Trace, Warn, and Error methods are declared virtual. |
DumpUtils | Contains utility methods useful for dumping out the data in various Commerce Server and Interop objects. |
WebDebugContext | Represents the current debugging level for the application and has methods for handling debug warnings, errors, and informational trace messages. This class may be derived, as the Trace, Warn, and Error methods are declared virtual. |
Enumerations
Enumeration | Description |
---|---|
DebugMode | Enumerates the possible debug mode settings. |
DumpUtils_ContainerType | Protected enumeration of the different container object types supported. |
See Also
Commerce Server .NET Application Framework Tutorial
Copyright © 2005 Microsoft Corporation.
All rights reserved.