An event log is a file used to record a timeline of events along with contextual metadata
I've written a C# windows service which can write messages to a custom EventLog or to any number of files. …
c# winforms windows-services event-logMy windows service needs to save the contents of one eventlog to a file. This is done by EventLogSession.ClearLog. …
c# event-logAs we know, we can use the class EventLog to write event logs, but I am confused about how to …
c# windows event-logHow can my Delphi app easily write to the Windows Event Log? What is the difference between TEventLogger and ReportEvent? …
delphi event-logI need some "light" to get a solution. Probably there are tons of things that cause this problem, but maybe …
windows event-log kernel32I am able to currently create a Windows Event Log using the following code: string sSource; string sLog; string sEvent; …
c# event-logI have the following code: string query = "???"; EventLogQuery elq = new EventLogQuery("Application", PathType.LogName, query); elq.Session = new EventLogSession("x.…
c# event-logI would like to log in the Windows Event Viewer using log4net. I created a Console Application (.NET Framework 4), …
c# log4net event-log event-viewerHow should I interpret these logs to identify the cause of the appcrash? Fault bucket , type 0 Event Name: APPCRASH Response: …
logging crash event-log crash-reports event-viewer