I want to be able to create a custom log in event viewer (i.e. to create a custom node under \"Application and Services Logs\" in windows event viewer)
I am develloping 2 applications and publishing them on Websphere Aplication Server. Since I need to write errors that occur on both applications on the event viewer I put the log4j JAR file on the li
What is the command to open windows event viewer displaying a particular node details? For example if I simply use eventvwr command; it opens the UI with Root Node selected. I want Application node s
I have a log4j.properties file like this on my src package: log4j.rootLogger=DEBUG, CA, EVA #Console Appender
My WPF application works fine on other machines. However when i deployed it on a 64-bit Win7 box it crashed when attempting to add an entry in the eventviewer. I could retrieve the following error det
Is there a way to generate specific Windows events? I\'m currently developing a solution to get this events through WMI process, but I need all the logs Windows can generate.
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百科.
I am usin开发者_StackOverflow社区g the Logging Application Block (of Microsoft Enterprise Library 5.0) to log exceptions in the Event Viewer that occur in my WPF XBAP application.
Just wondering what everybody\'s opinion is on the Windows Admin tool Event Viewer? I\'m writing a WCF application at the moment and have started logging errors to the windows event viewer when I han