InformationalMessageEvent Class

InformationalMessageEvent Class

Raised by:  TAS, SES
Base Class:  AdministrativeEvent
Derived Classes:  None

InformationalMessageEvent is raised by the platform to the Windows Event log, to report informational-level messages.

InformationalMessageEvent has the following properties:

Property

Type

Description

Message

String

A text string supplied by the platform that specifies the content of the message.

EventID

Integer

A unique identifier for the message, generated by the platform.

Remarks

InformationalMessageEvent might be generated, for example, to report the success of a task or operation, but not for an alert or warning-level event.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent | Event Filters | Filtering Logged Events