New package: z/OS Logstream Log4j appender

Discussions regarding Open Source Java projects under z/OS (other than Tomcat)
Post Reply
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

New package: z/OS Logstream Log4j appender

Post by dovetail »

A new package is available which includes a LOG4J appender that writes to a IBM z/OS Logstream
using the com.ibm.jzos.ZLogstream class (included in the IBM z/OS Java SDK).

For downloading, see: http://dovetail.com/downloads/jzos/index.html

For more information on JZOS, see:
http://www-03.ibm.com/servers/eserver/z ... rview.html
http://www.ibm.com/developerworks/java/ ... tream.html

The code has been tested with Apache log4j 1.2.15, which is available here:
http://logging.apache.org/log4j/1.2/download.html

Please report questions or problems to this forum.
For registration information, see: http://dovetail.com/services.html

This package is released under the Apache Version 2.0 License.
Post Reply