I am making a program that reads and stores data from Windows EventLog files (.evt) in C++.I am using the calls OpenBackupEventLog(ServerName, FileName) and ReadEventLog(...).Also using this: PEVENTLO
I\'m primarily looking for suggestions on logging comp开发者_JS百科onents or libraries that are available at low or no cost. I have a Windows service and a client application that both need support fo
Hey Folks. I have an app that writes to the windows event log. Now i want the same app to be able to read the event log an process the info that is in there.
After an IISRESET on my public facing webserver, the initialization of my app seems correct. That is, in the Application_Start event I launch a new \"email\" thread whose purpose is to sleep until the
Does anyone have a sample of how to use MSMQ in delphi 2010 to comunicate开发者_开发知识库 between 2 delphi applications? I also wanted to log an event on windows event log, but I dont know how to.To
When I create an entry in the Application event log with source \"ASP.NET 2.0.50727.0\" and Event ID 0, the following text is added to the top of the entry\'s text:
I\'ve written a C# windows service which can write messages to a custom EventLog or to any number of files.These messages are all marked with some priority (so, for example, only ERRORs and WARNINGs g
I\'m writing to the Application event log from an ASP.NET webapp.How can I开发者_如何学编程 populate the \"User\" field of the log entry?The user that is recorded in the event log entry is the user th
For some reason, EventLogEntry.Category returns a number instead of the category\'s text. It 开发者_开发问答returns the same thing as the CategoryNumber property, which I\'m assuming isn\'t supposed t
I\'m writing a simple desktop application in C# that displays a line of text in a Textbox whenever someone logs on or off the Active Directory. It is destined to run on the same machine as AD, under W