You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ma...@apache.org on 2004/06/08 23:12:08 UTC

cvs commit: logging-log4php/src/log4php/spi LoggerConfigurator.php LoggerFactory.php LoggerFilter.php LoggerLocationInfo.php LoggerLoggingEvent.php

marco       2004/06/08 14:12:08

  Modified:    src/log4php/spi LoggerConfigurator.php LoggerFactory.php
                        LoggerFilter.php LoggerLocationInfo.php
                        LoggerLoggingEvent.php
  Log:
  Removed email from @author tag.
  
  Revision  Changes    Path
  1.2       +2 -2      logging-log4php/src/log4php/spi/LoggerConfigurator.php
  
  Index: LoggerConfigurator.php
  ===================================================================
  RCS file: /home/cvs/logging-log4php/src/log4php/spi/LoggerConfigurator.php,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LoggerConfigurator.php	8 Mar 2004 21:13:05 -0000	1.1
  +++ LoggerConfigurator.php	8 Jun 2004 21:12:08 -0000	1.2
  @@ -32,7 +32,7 @@
   /**
    * Implemented by classes capable of configuring log4php using a URL.
    *  
  - * @author Marco V. <ma...@apache.org>
  + * @author  Marco Vassura
    * @version $Revision$
    * @package log4php
    * @subpackage spi  
  
  
  
  1.2       +2 -2      logging-log4php/src/log4php/spi/LoggerFactory.php
  
  Index: LoggerFactory.php
  ===================================================================
  RCS file: /home/cvs/logging-log4php/src/log4php/spi/LoggerFactory.php,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LoggerFactory.php	8 Mar 2004 21:13:05 -0000	1.1
  +++ LoggerFactory.php	8 Jun 2004 21:12:08 -0000	1.2
  @@ -21,7 +21,7 @@
    * Extend and implement this abstract class to create new instances of 
    * {@link Logger} or a sub-class of {@link Logger}.
    *
  - * @author Marco V. <ma...@apache.org>
  + * @author  Marco Vassura
    * @version $Revision$
    * @package log4php
    * @subpackage spi
  
  
  
  1.2       +2 -2      logging-log4php/src/log4php/spi/LoggerFilter.php
  
  Index: LoggerFilter.php
  ===================================================================
  RCS file: /home/cvs/logging-log4php/src/log4php/spi/LoggerFilter.php,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LoggerFilter.php	8 Mar 2004 21:13:05 -0000	1.1
  +++ LoggerFilter.php	8 Jun 2004 21:12:08 -0000	1.2
  @@ -65,7 +65,7 @@
    * <p>The philosophy of log4php filters is largely inspired from the
    * Linux ipchains. 
    * 
  - * @author Marco V. <ma...@apache.org>
  + * @author  Marco Vassura
    * @version $Revision$
    * @package log4php
    * @subpackage spi
  
  
  
  1.2       +2 -2      logging-log4php/src/log4php/spi/LoggerLocationInfo.php
  
  Index: LoggerLocationInfo.php
  ===================================================================
  RCS file: /home/cvs/logging-log4php/src/log4php/spi/LoggerLocationInfo.php,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LoggerLocationInfo.php	8 Mar 2004 21:13:05 -0000	1.1
  +++ LoggerLocationInfo.php	8 Jun 2004 21:12:08 -0000	1.2
  @@ -25,7 +25,7 @@
   /**
    * The internal representation of caller location information.
    *
  - * @author Marco V. <ma...@apache.org>
  + * @author  Marco Vassura
    * @version $Revision$
    * @package log4php
    * @subpackage spi
  
  
  
  1.2       +2 -2      logging-log4php/src/log4php/spi/LoggerLoggingEvent.php
  
  Index: LoggerLoggingEvent.php
  ===================================================================
  RCS file: /home/cvs/logging-log4php/src/log4php/spi/LoggerLoggingEvent.php,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LoggerLoggingEvent.php	8 Mar 2004 21:13:05 -0000	1.1
  +++ LoggerLoggingEvent.php	8 Jun 2004 21:12:08 -0000	1.2
  @@ -25,7 +25,7 @@
   /**
    * The internal representation of logging event.
    *
  - * @author Marco V. <ma...@apache.org>
  + * @author  Marco Vassura
    * @version $Revision$
    * @package log4php
    * @subpackage spi