WebMessageType Enumeration

Enumerates the types of Web messages that applications can send.

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
[SerializableAttribute]
public enum WebMessageType

Members

Status0Indicates a general status message.
ApplicationStart1Sent by a Web application when it starts.
ApplicationEnd2Sent by a Web application when it ends.
SessionStart3Sent by a Web application when a new session starts.
SessionEnd4Sent by a Web application when a new session ends.
Feedback5Sent by a Web application when a user sends a feedback message.
Trouble6Sent by a Web application when a user sends a trouble report.
SecurityAudit7Indicates the WebMessage is a report about a security event.
Alert8Indicates a general alert message.
Fatal9Indicates an issue that has caused an application to stop functioning
Notification10Indicates a general notification message
Warning11Indicates a general warning message

See Also