Inheritance | Object → CapyEventReporter |
CapyEventReporter |
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. |
uniqueIdentifiers | A hash set storing unique identifiers for events intended to only be emitted once. |