WebMessageType Enumeration
Enumerates the types of Web messages that applications
can send.
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
[SerializableAttribute]
public enum WebMessageType
Status | 0 | Indicates a general status message. |
ApplicationStart | 1 | Sent by a Web application when it starts. |
ApplicationEnd | 2 | Sent by a Web application when it ends. |
SessionStart | 3 | Sent by a Web application when a new session starts. |
SessionEnd | 4 | Sent by a Web application when a new session ends. |
Feedback | 5 | Sent by a Web application when a user sends a feedback message. |
Trouble | 6 | Sent by a Web application when a user sends a trouble report. |
SecurityAudit | 7 | Indicates the WebMessage is a report about a security event. |
Alert | 8 | Indicates a general alert message. |
Fatal | 9 | Indicates an issue that has caused an application to stop functioning |
Notification | 10 | Indicates a general notification message |
Warning | 11 | Indicates a general warning message |