You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/02/25 13:00:23 UTC

cvs commit: avalon/logging maven.xml project.xml

mcconnell    2004/02/25 04:00:23

  Modified:    logging/log4j project.xml
               logging/log4j/src/java/org/apache/avalon/logging/log4j
                        Log4JLogger.java LoggerParameter.java
               logging/logkit/api project.xml
               logging/logkit/impl project.xml
               logging/logkit/impl/src/java/org/apache/avalon/logging/logkit
                        LoggerParameter.java
               logging/logkit/plugins/datagram project.xml
               logging/logkit/plugins/socket project.xml
               logging/logkit/plugins/syslog project.xml
               logging  maven.xml project.xml
  Added:       logging/log4j/src/java/org/apache/avalon/logging/log4j
                        package.html
  Log:
  Housekeeping.
  
  Revision  Changes    Path
  1.2       +2 -2      avalon/logging/log4j/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/logging/log4j/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	24 Feb 2004 21:37:37 -0000	1.1
  +++ project.xml	25 Feb 2004 12:00:22 -0000	1.2
  @@ -6,12 +6,12 @@
   
     <groupId>avalon-logging</groupId>
     <id>avalon-log4j-impl</id>
  -  <name>Avalon Log4J Logging Implementation</name>
  +  <name>Avalon Logging Log4J Plugin</name>
     <package>org.apache.avalon.logging.log4j</package>
     <currentVersion>1.0-SNAPSHOT</currentVersion>
   
     <inceptionYear>2002</inceptionYear>
  -  <shortDescription>Avalon Log4J Logging Implementation.</shortDescription>
  +  <shortDescription>Avalon Logging Log4J Plugin</shortDescription>
   
     <dependencies>
   
  
  
  
  1.2       +7 -0      avalon/logging/log4j/src/java/org/apache/avalon/logging/log4j/Log4JLogger.java
  
  Index: Log4JLogger.java
  ===================================================================
  RCS file: /home/cvs/avalon/logging/log4j/src/java/org/apache/avalon/logging/log4j/Log4JLogger.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Log4JLogger.java	24 Feb 2004 21:37:37 -0000	1.1
  +++ Log4JLogger.java	25 Feb 2004 12:00:22 -0000	1.2
  @@ -21,6 +21,13 @@
   
   import org.apache.log4j.Level;
   
  +/**
  + * Implementation of the Avalon Logger interface using the Log4J 
  + * implementation strategy.
  + *
  + * @author <a href="mailto:dev@avalon.apache.org">Avalon Development Team</a>
  + * @version $Revision$
  + */
   public class Log4JLogger 
       implements Logger
   {
  
  
  
  1.2       +2 -2      avalon/logging/log4j/src/java/org/apache/avalon/logging/log4j/LoggerParameter.java
  
  Index: LoggerParameter.java
  ===================================================================
  RCS file: /home/cvs/avalon/logging/log4j/src/java/org/apache/avalon/logging/log4j/LoggerParameter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LoggerParameter.java	24 Feb 2004 21:37:37 -0000	1.1
  +++ LoggerParameter.java	25 Feb 2004 12:00:22 -0000	1.2
  @@ -34,7 +34,7 @@
   
   /**
    * A parameter descriptor that supports transformation of a 
  - * a string url or file to a configuration instance.
  + * a string to a Logger instance.
    * 
    * @author <a href="mailto:dev@avalon.apache.org">Avalon Development Team</a>
    * @version $Revision$
  
  
  
  1.1                  avalon/logging/log4j/src/java/org/apache/avalon/logging/log4j/package.html
  
  Index: package.html
  ===================================================================
  <body>
   <p>
    The <code>log4j</code> package contains a Log4J plugin implementation.
   </p>
  </body>
  
  
  
  1.4       +2 -2      avalon/logging/logkit/api/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/logging/logkit/api/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	24 Feb 2004 21:19:53 -0000	1.3
  +++ project.xml	25 Feb 2004 12:00:23 -0000	1.4
  @@ -6,12 +6,12 @@
   
     <groupId>avalon-logging</groupId>
     <id>avalon-logkit-api</id>
  -  <name>Avalon Logkit Logging API</name>
  +  <name>Avalon Logging Logkit Plugin API</name>
     <package>org.apache.avalon.logging.logkit</package>
     <currentVersion>1.0-SNAPSHOT</currentVersion>
   
     <inceptionYear>2002</inceptionYear>
  -  <shortDescription>Avalon LogKit Logging Implementation.</shortDescription>
  +  <shortDescription>Avalon Logging LogKit Plugin API</shortDescription>
   
     <dependencies>
       <dependency>
  
  
  
  1.4       +2 -2      avalon/logging/logkit/impl/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/logging/logkit/impl/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	24 Feb 2004 21:19:54 -0000	1.3
  +++ project.xml	25 Feb 2004 12:00:23 -0000	1.4
  @@ -6,12 +6,12 @@
   
     <groupId>avalon-logging</groupId>
     <id>avalon-logkit-impl</id>
  -  <name>Avalon Logkit Logging Implementation</name>
  +  <name>Avalon Logging Logkit Plugin</name>
     <package>org.apache.avalon.logging.logkit</package>
     <currentVersion>1.0-SNAPSHOT</currentVersion>
   
     <inceptionYear>2002</inceptionYear>
  -  <shortDescription>Avalon LogKit Logging Implementation.</shortDescription>
  +  <shortDescription>Avalon Logging LogKit Plugin</shortDescription>
   
     <dependencies>
   
  
  
  
  1.4       +2 -2      avalon/logging/logkit/impl/src/java/org/apache/avalon/logging/logkit/LoggerParameter.java
  
  Index: LoggerParameter.java
  ===================================================================
  RCS file: /home/cvs/avalon/logging/logkit/impl/src/java/org/apache/avalon/logging/logkit/LoggerParameter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LoggerParameter.java	24 Feb 2004 22:48:24 -0000	1.3
  +++ LoggerParameter.java	25 Feb 2004 12:00:23 -0000	1.4
  @@ -33,7 +33,7 @@
   
   /**
    * A parameter descriptor that supports transformation of a 
  - * a string url or file to a configuration instance.
  + * a string to a logging channel instance.
    * 
    * @author <a href="mailto:dev@avalon.apache.org">Avalon Development Team</a>
    * @version $Revision$
  
  
  
  1.4       +2 -2      avalon/logging/logkit/plugins/datagram/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/logging/logkit/plugins/datagram/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	24 Feb 2004 21:19:54 -0000	1.3
  +++ project.xml	25 Feb 2004 12:00:23 -0000	1.4
  @@ -6,12 +6,12 @@
   
     <groupId>avalon-logging</groupId>
     <id>avalon-logkit-datagram</id>
  -  <name>Avalon Logging Logkit Datagram Target</name>
  +  <name>Avalon Logging Logkit Datagram Target Plugin</name>
     <package>org.apache.avalon.logging.logkit</package>
     <currentVersion>1.0-SNAPSHOT</currentVersion>
   
     <inceptionYear>2002</inceptionYear>
  -  <shortDescription>Avalon Logging Logkit Datagram Target</shortDescription>
  +  <shortDescription>Avalon Logging Logkit Datagram Target Plugin</shortDescription>
   
     <dependencies>
   
  
  
  
  1.4       +2 -2      avalon/logging/logkit/plugins/socket/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/logging/logkit/plugins/socket/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	24 Feb 2004 21:19:54 -0000	1.3
  +++ project.xml	25 Feb 2004 12:00:23 -0000	1.4
  @@ -6,12 +6,12 @@
   
     <groupId>avalon-logging</groupId>
     <id>avalon-logkit-socket</id>
  -  <name>Avalon Logging Logkit Socket Target</name>
  +  <name>Avalon Logging Logkit Socket Target Plugin</name>
     <package>org.apache.avalon.logging.logkit</package>
     <currentVersion>1.0-SNAPSHOT</currentVersion>
   
     <inceptionYear>2002</inceptionYear>
  -  <shortDescription>Avalon Logging Logkit Socket Target</shortDescription>
  +  <shortDescription>Avalon Logging Logkit Socket Target Plugin</shortDescription>
   
     <dependencies>
   
  
  
  
  1.4       +2 -2      avalon/logging/logkit/plugins/syslog/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/logging/logkit/plugins/syslog/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	24 Feb 2004 21:22:10 -0000	1.3
  +++ project.xml	25 Feb 2004 12:00:23 -0000	1.4
  @@ -6,12 +6,12 @@
   
     <groupId>avalon-logging</groupId>
     <id>avalon-logkit-syslog</id>
  -  <name>Avalon Logging Logkit Syslog Target</name>
  +  <name>Avalon Logging Logkit Syslog Target Plugin</name>
     <package>org.apache.avalon.logging.logkit</package>
     <currentVersion>1.0-SNAPSHOT</currentVersion>
   
     <inceptionYear>2002</inceptionYear>
  -  <shortDescription>Avalon Logging Logkit Syslog Target</shortDescription>
  +  <shortDescription>Avalon Logging Logkit Syslog Target Plugin</shortDescription>
   
     <dependencies>
   
  
  
  
  1.5       +1 -0      avalon/logging/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/logging/maven.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- maven.xml	25 Feb 2004 11:22:08 -0000	1.4
  +++ maven.xml	25 Feb 2004 12:00:23 -0000	1.5
  @@ -376,6 +376,7 @@
   	  <link href="http://avalon.apache.org/logkit/api/" />
   	  <link href="http://avalon.apache.org/repository/api/" />
   	  <link href="http://avalon.apache.org/framework/api/" />
  +	  <link href="http://logging.apache.org/log4j/docs/api/" />
   
       </ant:javadoc>
     </goal>
  
  
  
  1.4       +4 -0      avalon/logging/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/logging/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	25 Feb 2004 11:22:08 -0000	1.3
  +++ project.xml	25 Feb 2004 12:00:23 -0000	1.4
  @@ -67,6 +67,10 @@
         <title>LogKit Plugin</title>
         <packages>org.apache.avalon.logging.logkit,org.apache.avalon.logging.logkit.*</packages>
       </packageGroup>
  +    <packageGroup>
  +      <title>Log4J Plugin</title>
  +      <packages>org.apache.avalon.logging.log4j,org.apache.avalon.logging.log4j.*</packages>
  +    </packageGroup>
     </packageGroups>
   
     <build>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org