event-log
Is there a way to write to the windows event log in C?
I have a requirement to modify a simple windows servic开发者_如何学运维e written in win32 C (not c++).[详细]
2023-03-17 07:48 分类:问答creating a place for and writing events to a custom area under "Applications and Services Logs"
In theWindows 7 and Server 2008 Event Viewer there is a folder for... Applications and S开发者_Go百科ervices Logs[详细]
2023-03-16 02:30 分类:问答Error Configuring Log4Net EventLogAppender
I have a console application using Log4Net 1.2.10.0.I added an EventLogAppender in my Log4Net config:[详细]
2023-03-14 21:37 分类:问答Save EventLog entries to Windows Azure Storage
I have an application that uses the System.Diagnostics.Trace and System.Diagnostics.EventLog classes to generate the logging information of the application.[详细]
2023-03-13 22:14 分类:问答What does this entry in Windows Event log mean?
Please help me about this log in Windows Event log. What does this mean? 障害が発生しているアプリケーション名: xxx.exe、バージョン: 1.0.0.0、タイム スタンプ: 0x4db446eb[详细]
2023-03-13 03:17 分类:问答Getting details of an event from Event Log
Im trying to get the details from the event log based on the selection of a item in a listbox. I was trying to put the details into a textbox. I havnt been successful in being able to find a solution[详细]
2023-03-12 21:55 分类:问答Log4J NTEventLogAppender DLL not found
Hy ppl, I\'m having a problem trying to use Log4J\'s NTEventLogAppender. I\'ve set my Log4J properties like this:[详细]
2023-03-09 04:45 分类:问答EventLog.Source and EventLog.Delete(logName): Are "Source" and "logName" referring to the same property?
In reading about creating custom event logs, I came across something that is somewhat confusing. When creating a custom event log, one property you need to set is the Source, which apparently is any[详细]
2023-03-09 03:01 分类:问答Detect manual time change and daylight savings time events in windows events log
I would like to detect during my C# application run-time a manual change of the system time and date and automatic daylight savings time change.[详细]
2023-03-08 23:51 分类:问答Writing to Application Log in Event Viewer
After 3 hours of getting this message \"The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security.\"[详细]
2023-03-07 15:53 分类:问答