Flame event trigger

Hi,
I am currently working on some automation process which involves working with Autodesk Flame. I want to intercept some of the events when Flame software starts or when we select any menu based option from Flame. One method is that to interpret the log file that is generated. Is there any event trigger or call back we can intercept so that we can launch other operations post to those callbacks. For eg: If we click on ‘Save Project’ button we need to intercept that event to trigger another automation process.