I'm implementing an application that works similar to Windows Event Viewer. I mean that it monitors System Event Logs and Application Event logs with the help of EventLog
and EventLogEntry
classes.
Is it possible to obtain Application Event logs for particular process (for example Chrome)?
In the list of log entries I can find different Sources like "Winlogon"
, "WMI"
, "MSSQL$SQLEXPRESS"
and so on, but not the name of particular app.