Question

I can't find any reference to what versions of Windows the log4j NTEventLogAppender is supported on. I am specifically interested in whether it works on Windows Server 2008.

Was it helpful?

Solution 2

NTEventLogAppender does work on Windows Server 2008. However, I was specifically interested in the 64-bit version and out of the box log4j does not support this. I had to use the code from the attachement on this log4j bug.

OTHER TIPS

Consider log4jna, an alternative implementation of NTEventLogAppender that doesn't require a native 32-bit vs. 64-bit DLL.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top