Enumerates all event levels
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax Public Enumeration EventLevel
public enum class EventLevel
Members
| Member name | Value | Description |
---|
| Debug | 0 |
Debug. Contains information with more technical details.
|
| Info | 1 |
Information. Usually an information of the events that writes in the database.
|
| Warning | 2 |
Warning. Not especially an error, but something that requires your attention.
|
| Error | 3 |
Error. The action that has not been executed and the error was returned.
|
| Fatal | 4 |
Fatal error. Event which blocks the system functioning.
|
See Also