[logback-dev] svn commit: r2039 - logback-incubator/trunk/logback-as400
noreply.ravn at qos.ch
noreply.ravn at qos.ch
Sat Nov 29 00:10:44 CET 2008
Author: ravn
Date: Sat Nov 29 00:03:38 2008
New Revision: 2039
Added:
logback-incubator/trunk/logback-as400/README.txt
Modified:
logback-incubator/trunk/logback-as400/pom.xml
Log:
added initial agenda :)
Added: logback-incubator/trunk/logback-as400/README.txt
==============================================================================
--- (empty file)
+++ logback-incubator/trunk/logback-as400/README.txt Sat Nov 29 00:03:38 2008
@@ -0,0 +1,25 @@
+This logback project will eventually contain several AS400 specific
+logback appenders. It is currently in the incubator to see if it
+grows into a full project.
+
+Initial plans:
+
+* QPRINT compatible appender - i.e. one that wraps nicely in the 132
+ character width spool file. Will this apply for other prints too?
+
+* SNDDST variant of SMTPAppender, sending mail natively.
+
+* Writing to members (a given column) through SequentialFile.
+
+Additional possibilities open for discussion:
+
+* Joblog entries
+
+* PEX event integration.
+
+* Message handling.
+
+* Masquerading AS400 stack traces as Java Exceptions.
+
+
+Please email any ideas to ravn at runjva.com
Modified: logback-incubator/trunk/logback-as400/pom.xml
==============================================================================
--- logback-incubator/trunk/logback-as400/pom.xml (original)
+++ logback-incubator/trunk/logback-as400/pom.xml Sat Nov 29 00:03:38 2008
@@ -14,7 +14,7 @@
<artifactId>logback-core</artifactId>
<version>${parent.version}</version>
<packaging>jar</packaging>
- <name>Logback Core Module</name>
+ <name>Logback AS400 Module</name>
<url>http://logback.qos.ch</url>
<description>
@@ -33,6 +33,9 @@
</licenses>
<dependencies>
+ <groupId>net.sf.jt400</groupId>
+ <artifactId>jt400-full</artifactId>
+ <version>5.2</version>
</dependencies>
More information about the logback-dev
mailing list