Question

I'm debugging a browser helper object written in C++ for Internet Explorer. I'm using IE 9 and Windows 7. I'm trying to send debugging messages using logEventLogMessage() which - if I understand this right - should appear somewhere in the windows Event Viewer. But they never do. Could anybody please tell me what I have to do to see these log messages?

EDIT: The first two replies made me think a bit and I'm changing the question from "How do I turn on Internet Explorer 9 event logging in Windows 7?" to "How can I log debugging messages from an IE Browser Helper Object written in C++? in Windows XP-7"

I've inherited some code that just uses logError() and it doesn't seem to work.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top