search for: psloglist

Displaying 2 results from an estimated 2 matches for "psloglist".

Did you mean: loglist
2007 Dec 04
4
eventlog
...DC01", us > er="pe\361aijm", string_inserts=["Security", "Key", "\\REGISTRY\\MACHINE\\SYSTEM > \\ControlSet001\\Services\\Eventlog\\Security\\Security", "1884", "0", "17829690 > 9", "956", "C:\\tools\\psloglist.exe", "pe\361aijm", "DMPI", "(0x0,0xA9E1DBF)", > "-", "-", "-", "%%1537\r\n\t\t\t%%1538\r\n\t\t\t%%1539\r\n\t\t\t%%1540\r\n\t\t\t > %%4432\r\n\t\t\t%%4433\r\n\t\t\t%%4434\r\n\t\t\t%%4435\r\n\t\t\t%%4436\r\n\t\t\t > %%443...
2006 May 20
1
EventLog#tail followup
The solution I see is something like this: * Set a @last instance variable in the constructor. * In the read_last_record function, check to see if @last is nil. If it is nil, then it''s our first read. Use the current approach, and set @last to the record number. * If @last isn''t nil, use EVENTLOG_FORWARDS_READ | EVENTLOG_SEEK_READ flags instead, and use @last + 1 as the