-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
Next Release | ||
------------ | ||
|
||
* [#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an application name as log4j parameters - [@tonyniemira](https://github.com/tonyniemira). | ||
* [#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an event and category message file - [@tonyniemira](https://github.com/tonyniemira). | ||
* [#3](https://github.com/dblock/log4jna/pull/3): Re-throw `Win32Exception` when failing to deregister the event source - [@tonyniemira](https://github.com/tonyniemira). | ||
|
||
1.2 (5/26/2013) | ||
--------------- | ||
|
||
* [#2](https://github.com/dblock/log4jna/pull/2): Added ability to change the log name - [@marmstrong](https://github.com/marmstrong). | ||
|
||
1.1 (6/13/2012) | ||
--------------- | ||
|
||
* [#1](https://github.com/dblock/log4jna/pull/1): Using error handler instead of throwing exceptions - [@kjeldahl](https://github.com/kjeldahl). | ||
|
||
1.0 (9/28/2010) | ||
--------------- | ||
|
||
* Initial public release - [@dblock](https://github.com/dblock) | ||
1.3 (3/5/2014) | ||
-------------- | ||
|
||
* [#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an application name as log4j parameters - [@tonyniemira](https://github.com/tonyniemira). | ||
* [#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an event and category message file - [@tonyniemira](https://github.com/tonyniemira). | ||
* [#3](https://github.com/dblock/log4jna/pull/3): Re-throw `Win32Exception` when failing to deregister the event source - [@tonyniemira](https://github.com/tonyniemira). | ||
|
||
1.2 (5/26/2013) | ||
--------------- | ||
|
||
* [#2](https://github.com/dblock/log4jna/pull/2): Added ability to change the log name - [@marmstrong](https://github.com/marmstrong). | ||
|
||
1.1 (6/13/2012) | ||
--------------- | ||
|
||
* [#1](https://github.com/dblock/log4jna/pull/1): Using error handler instead of throwing exceptions - [@kjeldahl](https://github.com/kjeldahl). | ||
|
||
1.0 (9/28/2010) | ||
--------------- | ||
|
||
* Initial public release - [@dblock](https://github.com/dblock) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
Log4JNA | ||
======= | ||
|
||
![Log4JNA](https://github.com/dblock/log4jna/raw/master/log4jna.jpg?raw=true "Log4JNA") | ||
|
||
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. | ||
|
||
* [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. | ||
|
||
Download | ||
======== | ||
|
||
* [log4jna-1.2.zip](http://code.dblock.org/downloads/log4jna/log4jna-1.2.zip) | ||
|
||
License | ||
======= | ||
|
||
This project is licenced under the Apache Software Foundation 2.0 License. | ||
|
||
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 | ||
======= | ||
|
||
![Log4JNA](https://github.com/dblock/log4jna/raw/master/log4jna.jpg?raw=true "Log4JNA") | ||
|
||
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. | ||
|
||
* [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. | ||
|
||
Download | ||
======== | ||
|
||
* [log4jna-1.3.zip](http://code.dblock.org/downloads/log4jna/log4jna-1.3.zip) | ||
|
||
License | ||
======= | ||
|
||
This project is licenced under the Apache Software Foundation 2.0 License. | ||
|
||
Please note that despite what the org.apache namespace may suggest, this project is currently not endorsed or sponsored by the Apache Software Foundation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters