jfromaniello/node-windows-eventlog

Feature request: read eventLog

attekett opened this issue · 0 comments

I think it would be useful to add capabilities to read eventlog.

Features could include:

  1. Getting internal logs by name, in example Application, Security etc...
  2. Filtering log entries in some manner.

(PowerShell has in example "Get-EventLog –Logname Application -Message MyApp -Newest 1")