https://issues.apache.org/bugzilla/show_bug.cgi?id=44386
--- Comment #2 from David Bennion <[EMAIL PROTECTED]> 2008-06-11 15:37:30 PST --- The attached patch is for the consideration of log4j development to merge into the main tree. I have included a file in the attachment called patch_readme.txt that details the changes. Users who wanted to use this patch today could follow the following steps: 1. obtain log4j-1.2.15.jar from the regular distribution 2. compile the NTEventLogAppender.java against it using a simple javac javac -cp log4j-1.2.15.jar NTEventLogAppender.java 3. take that NTEventLogAppender.class and put it in a jar file (keeping the org.apache.log4j.nt path/directory structure up front). 4. Make sure that the jar file you created in 3 is in the class path before log4j-1.2.15.jar so that it can override the NTEventLogAppender with the one from the patch. 5. Add the .dll's in the patch to the current working directory of your application (wherever you app is started from). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
