Question

log to windows event log

  • 16 May 2016
  • 1 reply
  • 3 views

Badge

Hello, is it possible to log directly to the windows event log?


1 reply

Badge

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

Reply