event-log
EventLog stream(real-time)
I开发者_如何转开发s there a way that I can get EventLog logs like stream(real-time) with C++, I mean to get log as soon as event happens?NotifyChangeEventLogAnd for Windows Event Log, see this article[详细]
2023-03-05 17:09 分类:问答EvtOpenChannelEnum access denied
I\'m calling EvtOpenChannelEnum after having gotten a valid session handle with EvtOpenSession.EvtOpenSession worked, but EvtOpenChannelEnum is returning access denied (GetLastError = 5).[详细]
2023-03-05 08:35 分类:问答Would an Atom based feed work for a "resource change log"?
I a开发者_开发知识库m working on an api requiring a service that exposes a change log for a certain type of resources. I could roll my own format but i\'d like to leverage existing standards where pos[详细]
2023-03-03 14:12 分类:问答log4net configuration for Event Logging
I\'m trying to enable solution-wide logging by adding a stand-alone project that wraps log4net. I found a code on StackOverflow but the code is using some config file. I do not understand that bit. He[详细]
2023-02-28 02:04 分类:问答EventLogInstaller Full Setup with Categories?
It appears the MSDN docs are broken concerning creating an Event Log completely along with a definitions file for messages. I am also lost on how to setup Categories (I have custom numbers in the 3000[详细]
2023-02-27 04:54 分类:问答Querying Windows Event Logs Remotely (Linux)
Right now I have a Java application running WMI querying event logs, this is painfully slow due to the nature of WMI (ok, not painfully, but it may not be able to keep up with our domain controller),[详细]
2023-02-27 03:28 分类:问答Write eventlog while using impersonation
For some reason when I use the impersonate option in web.config. Everything is fine, but one problem obsesses me that is the following error occurs while using System.Diagnostics.TraceSource to write[详细]
2023-02-25 03:40 分类:问答Capturing windows event with java windows services
I want to capture lock/unlock/start/shutdown/log off and log on events through a windows service and then I want to fire a function for each event so that I can capture the time when Event occured.[详细]
2023-02-23 03:38 分类:问答System.Diagnostics.Process.Start() is generating Application Popup error message in the event logs
I am using following piece of code to perform IISReset on the remote servers using an Asp.Net Web application. Website is hosted on a windows server 2003 machine with IIS 6.0 and remote servers are al[详细]
2023-02-22 13:30 分类:问答Can I list all registered event sources?
My windows service writes to the event log, but I\'ve had various problems getting this correct. So in the process I used a number of different names. I followed an article describing how to set up ev[详细]
2023-02-22 04:22 分类:问答