Log4JNA is a library of native appenders to write into WindowsTM Event Viewer for Log4j 2TM.
Unlike the native implementation(s) in Log4jTM, this project uses JNA and therefore does not require a native DLL in a system directory or on PATH.
Note: Log4JNA is intended for WindowTM environments and requires access to WindowsTM registry and Event Viewer, therefore can only be tested in WindowsTM environments
See the Downloads section bellow to get Log4JNA.
See Maven, Ivy, and Gradle Artifacts to include Log4JNA from Maven Central
See Log4JNA configuration for instructions and tips.
See the FAQ for common problems and solutions.
See Contributing for a primer on how to help on Log4JNA development.
See Development Environment Set Up for some tips and requirements before starting.
-
org.apache.log4jna.nt.Win32EventLogAppender: a replacement for NTEventLogAppender based on JNA that doesn't require a native DLL in a system directory.
This project is licensed under the Apache Software Foundation 2.0 License