Hi Hamid, I beleive you can use Log4j NTEventLogAppender to apped logs into windows event log system.
See http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/nt/NTEventLogAppender.html The NT Event Viewer relies on message resource DLLs to properly view an event message. The NTEventLogAppender.dll contains these message resources, but that DLL must be copied to %SYSTEMROOT%\SYSTEM32 for it to work properly. I personally have not tried it. Kind Regards, Alex On 4 September 2012 14:26, Hamid.Shahid <[email protected]> wrote: > > Hi, > > Is it possible to configure JMS QPID client application to log > error/warnings on windows event viewer. > > Thank you. > > - Hamid. > > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/How-to-configure-JMS-QPID-client-application-to-log-on-windows-event-viewer-tp7581631.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
