EventInformation

The EventInformation type is used hold information about an event that’s being logged that can be passed between the UX and APIs.

Below are the properties and their purpose.

  • Guid UserGUID
    • Default Value: Empty Guid.
    • Intended Value: The guid of the current user.
  • string Location
    • Default Value: Empty string.
    • Intended Value: The location that the error/event occurred (e.g., Class.Method – API Error).
  • string Context
    • Default Value: Empty string.
    • Intended Value: The context of what caused the error/event and any relevant information. This can be also be the tostring representation of an Exception.
  • int Severity
    • Default Value: 0.
    • Intended Value: The level of severity of this event, below are the standard values and their meaning.
      • 1 – Error.
      • 2 – Warning.
      • 3 – Information.
Updated on January 25, 2023

Was this article helpful?

Related Articles

Need Support?
Can’t find the answer you’re looking for? Don’t worry we’re here to help!
Contact Support

Leave a Comment