EventViewer Class

Provides event details that are written to an event viewer for an IIS Transform Manager job. The default event viewer is the Windows Event Viewer. This type supports the IIS Transform Manager infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Web.Media.TransformManager..::..EventViewer

Namespace:  Microsoft.Web.Media.TransformManager
Assembly:  Microsoft.Web.Media.TransformManager.Common (in Microsoft.Web.Media.TransformManager.Common.dll)

Syntax

'Declaration

  Public NotInheritable Class EventViewer
'Usage

  Dim instance As EventViewer
  public sealed class EventViewer
  public ref class EventViewer sealed
[<SealedAttribute>]
type EventViewer =  class end
  public final class EventViewer

The EventViewer type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member EventIdError Represents a constant that is used when error information is written to the event viewer. This member supports the IIS Transform Manager infrastructure and is not intended to be used directly from your code.
Public fieldStatic member EventIdInformation Represents a constant that is used when information is written to the event viewer. This member supports the IIS Transform Manager infrastructure and is not intended to be used directly from your code.
Public fieldStatic member EventIdSuccess Represents a constant that is used when success information is written to the event viewer. This member supports the IIS Transform Manager infrastructure and is not intended to be used directly from your code.
Public fieldStatic member EventIdWarning Represents a constant that is used when warning information is written to the event viewer. This member supports the IIS Transform Manager infrastructure and is not intended to be used directly from your code.
Public fieldStatic member EventSource Represents a constant that is used when event source information is written to the event viewer. This member supports the IIS Transform Manager infrastructure and is not intended to be used directly from your code.

Top

Remarks

The event viewer requires an event message to have a very specific format. Otherwise, the IIS Transform Manager provides a message that the product is not installed correctly.

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.

See Also

Reference

Microsoft.Web.Media.TransformManager Namespace