event-log
Why Does My Vector<PEVENTLOGRECORD> Mysteriously Get Cleared?
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[详细]
2023-02-01 07:34 分类:问答How can I log events to the event log and optionally to a file easily with Delphi?
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[详细]
2023-01-31 01:32 分类:问答Reading From an Eventlog Programatticly
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.[详细]
2023-01-30 10:54 分类:问答How to best debug the creation of unwanted threads in ASP.NET web application
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[详细]
2023-01-29 03:40 分类:问答Delphi 2010 - MSMQ and event log
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[详细]
2023-01-28 05:27 分类:问答Event IDs for event log source "ASP.NET 2.0.50727.0"?
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:[详细]
2023-01-26 14:45 分类:问答C#: GUI to display realtime messages from Windows Service
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[详细]
2023-01-26 02:55 分类:问答ASP.NET event log: populate "User" field?
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[详细]
2023-01-26 02:42 分类:问答Getting the category text from EventLogEntry.Category
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[详细]
2023-01-25 22:44 分类:问答How to monitor Active Directory user logon/logoff?
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[详细]
2023-01-25 18:07 分类:问答