Stack Trace Events

Good morning,

I am currently writing a monitor framework, and part of this framework consists of the System to be examined, send a set of events to the Monitor.

For this to be done , an event trace needs to be used, so that if a send event exists, then this would be converted to a specific command written by myself and sent to the Monitor, in order to manage this event and check violation or satisfaction.

Is there a possible way, how I could actually get what the current event is, in this sense please ?

In other words, is there a way how I could convert the application’s stack trace into events I require please ?

Thanks a lot and good day :slight_smile: