NotificationLevel enum
Namespace: Arlecchino.Diagnostics · Assembly: Arlecchino
How loud a notification is, which decides how it is colored.
public enum NotificationLevel
Fields
| Name | Value | Summary |
|---|---|---|
Information | 0 | Something happened and went well. |
Warning | 1 | Something worth noticing, but nothing failed. |
Failure | 2 | Something failed. |