Hello, is it possible to log directly to the windows event log?
Page 1 / 1
I don't think FME can do this out of the box.
However, it seems that you can achieve this using python but writing the the windows event log is not a simple affair since you have to create extra information prior to write your event.
Here are some links that might help you:
http://stackoverflow.com/questions/113007/writing-...
https://github.com/SublimeText/Pywin32/blob/master...
https://sourceforge.net/projects/pywin32/
Regards,
Larry