event-log
Create Custom Log in Event Viewer with C++
I want to be able to create a custom log in event viewer (i.e. to create a custom node under \"Application and Services Logs\" in windows event viewer)[详细]
2023-04-04 23:33 分类:问答Logging in Windows Event Log in Unmanaged C++
I know that I can use ReportEvent method to write event l开发者_JAVA百科ogs in windows. But it seems to me that this method is useful for logging events prior to Windows Vista and 7 event log changes.[详细]
2023-04-04 02:42 分类:问答Deep copy of EVT_HANDLE
I have EVT_HANDLE from EvtSubscribe API, how can I make EVT_HANDLE deep copy. Becuase of previous design of my code I need to make deep cop开发者_运维百科y of this handle. Previously I was using PEVEN[详细]
2023-03-31 09:49 分类:问答Use custom views (filters) in event log from C#
Newer versions of Windows 开发者_高级运维have the possibilities to define \"custom views\" (filters) in the event viewer. On servers, there is e.g. a pre-defined custom view \"Administrative Events\"[详细]
2023-03-31 01:03 分类:问答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#.开发者_运维问答[详细]
2023-03-30 04:14 分类:问答Create EventLog source in WiX without an event message file
I\'ve seen a few questions here and there about creating event log sources using WiX. What puzzles me is why util:EventSource/开发者_JAVA技巧@EventMessageFile is required. It\'s annoying having to spe[详细]
2023-03-30 01:43 分类:问答Function? Class?
I\'m writing an app (C#) and at times I will need to log to the Windows event log. So the first thing that comes to mind is to write a function in my one and only class and call it when I need it. Som[详细]
2023-03-29 21:27 分类:问答EvtSubscribe Pull Vs Push Model
I am trying to use following api from windows. EVT_HANDLE WINAPI EvtSubscribe( __inEVT_HANDLE Session, __inHANDLE SignalEvent,[详细]
2023-03-29 14:49 分类:问答In Windows, what default event sources are available in the Application Event Log?
Short Version: Are the event sources \"Application\" and \"Application Error\" always included in the Application Event Log? Are they available on new installations of Windows XP, Vista and Windows 7[详细]
2023-03-27 22:13 分类:问答Read Event Log From Newest to Oldest
I have written a short program to establish the uptime for remote PC\'s using the event log messages which are posted at startup and shutdown. Currently the logic is :[详细]
2023-03-27 01:33 分类:问答