ExceptionEventLogger Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Class used to log exceptions to the Application event log, for monitoring purposes.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class ExceptionEventLogger
'Usage
You do not need to declare an instance of a static class in order to access its members.
[ComVisibleAttribute(false)]
public static class ExceptionEventLogger
[ComVisibleAttribute(false)]
public ref class ExceptionEventLogger abstract sealed
public final class ExceptionEventLogger
Remarks
Logs exception information to the application's log listeners.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime..::.ExceptionEventLogger
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.