mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
941 B
941 B
CapyEventReporter Methods
Methods
EmitEvent | Emits an event with the given severity level, message, and method name. |
EmitEventOnce | Emits an event with the given severity level, message, unique identifier, and method name one time. |
Subscribe | Subscribes the specified event handler to the event with the given subscription level and origin. |
Unsubscribe | Unsubscribes the specified event handler from the event with the given origin. |