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:11:34 UTC

cvs commit: logging-log4php/src/log4php/layouts LoggerLayoutHtml.php LoggerLayoutSimple.php LoggerLayoutTTCC.php LoggerPatternLayout.php LoggerXmlLayout.php

marco       2004/06/08 14:11:34

  Modified:    src/log4php/layouts LoggerLayoutHtml.php
                        LoggerLayoutSimple.php LoggerLayoutTTCC.php
                        LoggerPatternLayout.php LoggerXmlLayout.php
  Log:
  Removed email from @author tag.
  
  Revision  Changes    Path
  1.2       +2 -2      logging-log4php/src/log4php/layouts/LoggerLayoutHtml.php
  
  Index: LoggerLayoutHtml.php
  ===================================================================
  RCS file: /home/cvs/logging-log4php/src/log4php/layouts/LoggerLayoutHtml.php,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LoggerLayoutHtml.php	8 Mar 2004 21:13:05 -0000	1.1
  +++ LoggerLayoutHtml.php	8 Jun 2004 21:11:33 -0000	1.2
  @@ -39,7 +39,7 @@
    *
    * Parameters are: {@link $title}, {@link $locationInfo}.
    *
  - * @author Marco V. <ma...@apache.org>
  + * @author  Marco Vassura
    * @version $Revision$
    * @package log4php
    * @subpackage layouts
  
  
  
  1.2       +2 -2      logging-log4php/src/log4php/layouts/LoggerLayoutSimple.php
  
  Index: LoggerLayoutSimple.php
  ===================================================================
  RCS file: /home/cvs/logging-log4php/src/log4php/layouts/LoggerLayoutSimple.php,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LoggerLayoutSimple.php	8 Mar 2004 21:13:05 -0000	1.1
  +++ LoggerLayoutSimple.php	8 Jun 2004 21:11:33 -0000	1.2
  @@ -39,7 +39,7 @@
    * For example, 
    * <samp> INFO - "A message" </samp>
    *
  - * @author Marco V. <ma...@apache.org>
  + * @author  Marco Vassura
    * @version $Revision$
    * @package log4php
    * @subpackage layouts
  
  
  
  1.2       +2 -2      logging-log4php/src/log4php/layouts/LoggerLayoutTTCC.php
  
  Index: LoggerLayoutTTCC.php
  ===================================================================
  RCS file: /home/cvs/logging-log4php/src/log4php/layouts/LoggerLayoutTTCC.php,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LoggerLayoutTTCC.php	8 Mar 2004 21:13:05 -0000	1.1
  +++ LoggerLayoutTTCC.php	8 Jun 2004 21:11:33 -0000	1.2
  @@ -62,7 +62,7 @@
    * - {@link $microSecondsPrinting} (true|false) enable/disable micro seconds reporting in timestamp.
    * - {@link $dateFormat} (string) set date format. See php {@link PHP_MANUAL#date} function for details.
    *
  - * @author Marco V. <ma...@apache.org>
  + * @author  Marco Vassura
    * @version $Revision$
    * @package log4php
    * @subpackage layouts
  
  
  
  1.2       +2 -2      logging-log4php/src/log4php/layouts/LoggerPatternLayout.php
  
  Index: LoggerPatternLayout.php
  ===================================================================
  RCS file: /home/cvs/logging-log4php/src/log4php/layouts/LoggerPatternLayout.php,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LoggerPatternLayout.php	8 Mar 2004 21:13:05 -0000	1.1
  +++ LoggerPatternLayout.php	8 Jun 2004 21:11:33 -0000	1.2
  @@ -144,7 +144,7 @@
    *                                                                then truncate from the beginning.  
    * </pre>
    *
  - * @author Marco V. <ma...@apache.org>
  + * @author  Marco Vassura
    * @version $Revision$
    * @package log4php
    * @subpackage layouts
  
  
  
  1.2       +2 -2      logging-log4php/src/log4php/layouts/LoggerXmlLayout.php
  
  Index: LoggerXmlLayout.php
  ===================================================================
  RCS file: /home/cvs/logging-log4php/src/log4php/layouts/LoggerXmlLayout.php,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LoggerXmlLayout.php	8 Mar 2004 21:13:05 -0000	1.1
  +++ LoggerXmlLayout.php	8 Jun 2004 21:11:33 -0000	1.2
  @@ -36,7 +36,7 @@
    * The output is designed to be included as an external entity in a separate file to form
    * a correct XML file.</p>
    *
  - * @author Marco V. <ma...@apache.org>
  + * @author  Marco Vassura
    * @version $Revision$
    * @package log4php
    * @subpackage layouts