event-log
Get event viewer logs with win api in c++
My application need to save event viewer logs to a specified directory and it has to be done with win api. Application and System logs are required开发者_JAVA百科.[详细]
2023-01-17 09:27 分类:问答How to support named data entries in Windows Event Log events with .NET?
Windows event log seems to support named data entries in event log events. However I cannot find how to write these events with .NET.[详细]
2023-01-16 21:48 分类:问答Is there any open-source Windows Event-Log analyzer application? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-16 04:15 分类:问答Is it possible to write to an event log contained in a folder using log4net?
The goal is to have our application specific event logs in a folder with the name of our company.So, Company/App1, Company/App2.I would prefer to accomplish this with configuration, or with very littl[详细]
2023-01-14 00:59 分类:问答WMI EventLog Time interval
Hie all, I\'m trying to get eventlog entries using WMI and WQL. I can get the right log with the right sourcename of itand so on, but i can make a select query to only get result for the 5 or 10 pas[详细]
2023-01-13 16:22 分类:问答Windows service always writes to custom log and application log
I am using a custom EventLog for my Windows service.The service creates the event source after installtion.I don\'t have any problems.[详细]
2023-01-13 12:01 分类:问答WIX: Create EventSource using .NET message file
I\'m creating an installer for my application using WIX. Everything works fine so far. However, I\'m trying to create a new event source during installation and that doesn\'t work as expected.[详细]
2023-01-13 05:27 分类:问答Windows Service: Where to write log messages (EventLog, File or DB Table) / Access from Web
We have a windows service (in .NET) that will write a f开发者_运维技巧air amount of messages to a log.[详细]
2023-01-12 19:05 分类:问答Why is Log4Net ignoring my logName?
Okay so I have a WCF service writing to the Event Log. All is well except for one detail..it won\'t pay any attention to the logName attribute,..here\'s the config.[详细]
2023-01-12 17:00 分类:问答EventLog WriteEvent - how do I suppress the text "For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp."
When writing my own events to the error log, do I have to have the following text inserted on every message? Is that provided by the error reader of the Microsoft Event Viewer or is that inserted with[详细]
2023-01-12 08:32 分类:问答