DeveloperMessageEvent Class

DeveloperMessageEvent Class

Abstract:  Yes
Raised by:  Not applicable
Base Class:  CommonEvent
Derived Classes:  DeveloperErrorMessageEvent, DeveloperWarningMessageEvent, DeveloperInformationalMessageEvent

The abstract DeveloperMessageEvent class defines an event type for logging messages targeted at SALT application developers. The derived classes then define the severity level of the event associated with the message.

DeveloperMessageEvent implements 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

Abstract events do not appear directly in the logs. Properties inherited or defined by the abstract class appear in the logs when implemented in derived classes.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent | Event Logging Schema: Abstract Events