Tagged Questions
The readeventlog tag has no wiki summary.
4
votes
3answers
456 views
Logging Search Results in a Rails Application
We're interested in logging and computing the number of times an item comes up in search or on a list page. With 50k unique visitors a day, we're expecting we could produce 3-4 million 'impressions' ...
1
vote
3answers
132 views
Uniquely identifying an Event Log entry in C#
By way of background I am trying to consolidate windows security event log entries from a number of machines into a single SQL Table so I can report on them. This all works in C#.
But I need a way ...
1
vote
2answers
3k views
How to read the Windows Event Log without an EventMessageFile?
I have code that reads the Windows Event Log. It uses OpenEventLog, ReadEventLog and gets the event source and event ID. Then it looks up the source under the
...
0
votes
1answer
89 views
Why Does My Vector<PEVENTLOGRECORD> Mysteriously Get Cleared?
I am making a program that reads and stores data from Windows EventLog files (.evt) in C++. I am using the calls OpenBackupEventLog(ServerName, FileName) and ReadEventLog(...). Also using this: ...