Click or drag to resize

EventLevel Enumeration

Enumerates all event levels

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public enum EventLevel
Members
  Member nameValueDescription
Debug0 Debug. Contains information with more technical details.
Info1 Information. Usually an information of the events that writes in the database.
Warning2 Warning. Not especially an error, but something that requires your attention.
Error3 Error. The action that has not been executed and the error was returned.
Fatal4 Fatal error. Event which blocks the system functioning.
See Also