Log4j400
Log4j400: Log4j appenders for AS/400 message queues and data queues.
News |
2004/09/08 - New version! 0.2.0 now available for download. The new release features a restructure of the base code, new/changed properties and support for layouts. NOTE: Version 0.2.0 and up require different properties, see new configuration below, changes are denoted in RED.
2004/09/08 - John Ross of Netshare400.com has supplied me with a free open source account for AS/400 testing.
2004/08/27 - New site updates, watch for a new release soon.
2004/08/25 - Log4j400 has been revived under a new developer.
Introduction |
Log4j400 includes MessageQueue and DataQueue Appenders for the IBM AS/400 (aka iSeries, aka i5 Server).
Getting Log4j400 |
The binary (log4j400.jar) and source distributions (log4j400-src.jar) can be downloaded from the project homepage.
System Requirements |
To use Log4j400 you will need:
Setup |
You need to include the following JARs in the classpath:
Configuring Log4j400 |
Configuration to send logging events to MessageQueueAppender.
##################################### |
Configuration to send logging events to DataQueueAppender.
##################################### |
License |
Log4j400: Log4j appenders for AS/400 message queues and data queues.
Copyright (C) 2003 Siddharth, Copyright (C) 2004 rupshall.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA