You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an application name as log4j parameters - [@tonyniemira](https://github.com/tonyniemira).
5
-
*[#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an event and category message file - [@tonyniemira](https://github.com/tonyniemira).
6
-
*[#3](https://github.com/dblock/log4jna/pull/3): Re-throw `Win32Exception` when failing to deregister the event source - [@tonyniemira](https://github.com/tonyniemira).
7
-
8
-
1.2 (5/26/2013)
9
-
---------------
10
-
11
-
*[#2](https://github.com/dblock/log4jna/pull/2): Added ability to change the log name - [@marmstrong](https://github.com/marmstrong).
12
-
13
-
1.1 (6/13/2012)
14
-
---------------
15
-
16
-
*[#1](https://github.com/dblock/log4jna/pull/1): Using error handler instead of throwing exceptions - [@kjeldahl](https://github.com/kjeldahl).
17
-
18
-
1.0 (9/28/2010)
19
-
---------------
20
-
21
-
* Initial public release - [@dblock](https://github.com/dblock)
1
+
1.3 (3/5/2014)
2
+
--------------
3
+
4
+
*[#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an application name as log4j parameters - [@tonyniemira](https://github.com/tonyniemira).
5
+
*[#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an event and category message file - [@tonyniemira](https://github.com/tonyniemira).
6
+
*[#3](https://github.com/dblock/log4jna/pull/3): Re-throw `Win32Exception` when failing to deregister the event source - [@tonyniemira](https://github.com/tonyniemira).
7
+
8
+
1.2 (5/26/2013)
9
+
---------------
10
+
11
+
*[#2](https://github.com/dblock/log4jna/pull/2): Added ability to change the log name - [@marmstrong](https://github.com/marmstrong).
12
+
13
+
1.1 (6/13/2012)
14
+
---------------
15
+
16
+
*[#1](https://github.com/dblock/log4jna/pull/1): Using error handler instead of throwing exceptions - [@kjeldahl](https://github.com/kjeldahl).
17
+
18
+
1.0 (9/28/2010)
19
+
---------------
20
+
21
+
* Initial public release - [@dblock](https://github.com/dblock)
Log4jna is a library of native appenders for [log4j](http://logging.apache.org/log4j/). Unlike the native implementation(s) in Log4j, this project uses [JNA](http://github.com/twall/jna) and therefore does not require a native DLL in a system directory or on PATH.
7
-
8
-
*[org.apache.log4jna.nt.Win32EventLogAppender](doc/org.apache.log4jna.nt.Win32EventLogAppender.md): a replacement for NTEventLogAppender based on JNA that doesn't require a native DLL in a system directory.
This project is licenced under the Apache Software Foundation 2.0 License.
19
-
20
-
Please note that despite what the org.apache namespace may suggest, this project is currently not endorsed or sponsored by the Apache Software Foundation.
Log4jna is a library of native appenders for [log4j](http://logging.apache.org/log4j/). Unlike the native implementation(s) in Log4j, this project uses [JNA](http://github.com/twall/jna) and therefore does not require a native DLL in a system directory or on PATH.
7
+
8
+
*[org.apache.log4jna.nt.Win32EventLogAppender](doc/org.apache.log4jna.nt.Win32EventLogAppender.md): a replacement for NTEventLogAppender based on JNA that doesn't require a native DLL in a system directory.
This project is licenced under the Apache Software Foundation 2.0 License.
19
+
20
+
Please note that despite what the org.apache namespace may suggest, this project is currently not endorsed or sponsored by the Apache Software Foundation.
0 commit comments