abbas sebastian
abbas sebastian

Reputation: 105

EventLog stream(real-time)

Is there a way that I can get EventLog logs like stream(real-time) with C++, I mean to get log as soon as event happens?

Upvotes: 1

Views: 2046

Answers (2)

Marius Bancila
Marius Bancila

Reputation: 16328

And for Windows Event Log, see this article about how to subscribe to events and be called back when an event is raised.

Upvotes: 0

Luke
Luke

Reputation: 11421

NotifyChangeEventLog

Upvotes: 1

Related Questions