(using .Net 3.5)I have a routine that imports settings from an external datasource, after which I need to display a pseudo-log to the user detailing which properties have been updated. Usually I would
I am able to currently create a Windows Event Log using the following code: string sSource; string sLog;
when i write log to windows eventlog: System.Diagnostics.EventLog.WriteEntry(\"SourceName\", a_long_string);
Im using in EventLogQuery eventsQuery = new EventLogQuer开发者_开发问答y(\"Security\", PathType.LogName, queryString);
I am working on Blackberry simulator with no real device. I have opened the EventLog by 开发者_JAVA百科tools -> Show Event Log. But it is coming blank with no log details.
How would i detect in my application, when a new event is logged in the windows event log. Currently i\'m running a timer ever 5 minutes to check for new events but it would be much better if i can de
I want to write event log when this 开发者_如何学Govbscript run. How to i can? Thanks for any help.Like so:
When using System.Diagnostics.Eventing.Reader.EventLogQuery to read events from the Windows Event Log, the EventRecord.FormatDescription() method sometimes returns null. Why is this? In the Event View
I have a small JScript code that needs to output its error messages. It is running from a Windows Scri开发者_如何学JAVApting Host (as a .js file). I was wondering if it\'s possible to write into the W
My applicaiton makes use of the Event Log to log exceptions and Informational messages, however when logged in as a Standard User who has limited access, I am receiving the Exception: