Skip to main content
Question

log to windows event log

  • May 16, 2016
  • 1 reply
  • 31 views

Forum|alt.badge.img

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img
  • May 17, 2016

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