### Eclipse Workspace Patch 1.0 #P log4php-trunk Index: src/main/php/LoggerLayout.php =================================================================== --- src/main/php/LoggerLayout.php (revision 756956) +++ src/main/php/LoggerLayout.php (working copy) @@ -26,7 +26,6 @@ /** * Extend this abstract class to create your own log layout format. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @abstract Index: src/main/php/helpers/LoggerTransform.php =================================================================== --- src/main/php/helpers/LoggerTransform.php (revision 756956) +++ src/main/php/helpers/LoggerTransform.php (working copy) @@ -37,7 +37,6 @@ /** * Utility class for transforming strings. * - * @author Marco Vassura * @package log4php * @subpackage helpers * @since 0.7 Index: src/test/php/LoggerRootTest.php =================================================================== --- src/test/php/LoggerRootTest.php (revision 756956) +++ src/test/php/LoggerRootTest.php (working copy) @@ -17,7 +17,6 @@ * * @category tests * @package log4php - * @author Marco Vassura * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @version SVN: $Id$ * @link http://logging.apache.org/log4php Index: src/main/php/varia/LoggerLevelRangeFilter.php =================================================================== --- src/main/php/varia/LoggerLevelRangeFilter.php (revision 756956) +++ src/main/php/varia/LoggerLevelRangeFilter.php (working copy) @@ -60,7 +60,6 @@ * @log4j-author Simon Kitching * @log4j-author based on code by Ceki Gülcü * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage varia Index: src/main/php/LoggerLevel.php =================================================================== --- src/main/php/LoggerLevel.php (revision 756956) +++ src/main/php/LoggerLevel.php (working copy) @@ -45,7 +45,6 @@ *

The LoggerLevel class may be subclassed to define a larger * level set.

* - * @author Marco Vassura * @version $Revision$ * @package log4php * @since 0.5 Index: src/main/php/spi/LoggerFilter.php =================================================================== --- src/main/php/spi/LoggerFilter.php (revision 756956) +++ src/main/php/spi/LoggerFilter.php (working copy) @@ -75,7 +75,6 @@ *

The philosophy of log4php filters is largely inspired from the * Linux ipchains. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage spi Index: src/test/php/LoggerManagerTest.php =================================================================== --- src/test/php/LoggerManagerTest.php (revision 756956) +++ src/test/php/LoggerManagerTest.php (working copy) @@ -17,7 +17,6 @@ * * @category tests * @package log4php - * @author Marco Vassura * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @version SVN: $Id$ * @link http://logging.apache.org/log4php Index: src/main/php/helpers/LoggerPatternParser.php =================================================================== --- src/main/php/helpers/LoggerPatternParser.php (revision 756956) +++ src/main/php/helpers/LoggerPatternParser.php (working copy) @@ -77,7 +77,6 @@ *

It is this class that parses conversion patterns and creates * a chained list of {@link LoggerPatternConverter} converters.

* - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage helpers Index: src/main/php/appenders/LoggerAppenderRollingFile.php =================================================================== --- src/main/php/appenders/LoggerAppenderRollingFile.php (revision 756956) +++ src/main/php/appenders/LoggerAppenderRollingFile.php (working copy) @@ -35,7 +35,6 @@ * *

Contributors: Sergio Strampelli.

* - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage appenders Index: src/main/php/LoggerMDC.php =================================================================== --- src/main/php/LoggerMDC.php (revision 756956) +++ src/main/php/LoggerMDC.php (working copy) @@ -47,7 +47,6 @@ * *

The MDC is managed on a per thread basis. * - * @author Marco Vassura * @version $Revision$ * @since 0.3 * @package log4php Index: src/test/php/LoggerBasicConfiguratorTest.php =================================================================== --- src/test/php/LoggerBasicConfiguratorTest.php (revision 756956) +++ src/test/php/LoggerBasicConfiguratorTest.php (working copy) @@ -17,7 +17,6 @@ * * @category tests * @package log4php - * @author Marco Vassura * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @version SVN: $Id$ * @link http://logging.apache.org/log4php Index: src/main/php/layouts/LoggerLayoutSimple.php =================================================================== --- src/main/php/layouts/LoggerLayoutSimple.php (revision 756956) +++ src/main/php/layouts/LoggerLayoutSimple.php (working copy) @@ -49,7 +49,6 @@ * For example, * INFO - "A message" * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage layouts Index: src/main/php/helpers/LoggerPatternConverter.php =================================================================== --- src/main/php/helpers/LoggerPatternConverter.php (revision 756956) +++ src/main/php/helpers/LoggerPatternConverter.php (working copy) @@ -45,7 +45,6 @@ * individual PatternConverters. Each of which is responsible for * converting a logging event in a converter specific manner.

* - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage helpers @@ -156,7 +155,6 @@ // --------------------------------------------------------------------- /** - * @author Marco Vassura * @package log4php * @subpackage helpers */ @@ -213,7 +211,6 @@ } /** - * @author Marco Vassura * @package log4php * @subpackage helpers */ @@ -256,7 +253,6 @@ } /** - * @author Marco Vassura * @package log4php * @subpackage helpers */ @@ -297,7 +293,6 @@ } /** - * @author Marco Vassura * @package log4php * @subpackage helpers */ @@ -333,7 +328,6 @@ } /** - * @author Marco Vassura * @package log4php * @subpackage helpers */ @@ -381,7 +375,6 @@ } /** - * @author Marco Vassura * @package log4php * @subpackage helpers * @abstract @@ -445,7 +438,6 @@ } /** - * @author Marco Vassura * @package log4php * @subpackage helpers */ @@ -475,7 +467,6 @@ } /** - * @author Marco Vassura * @package log4php * @subpackage helpers */ Index: src/main/php/spi/LoggerFactory.php =================================================================== --- src/main/php/spi/LoggerFactory.php (revision 756956) +++ src/main/php/spi/LoggerFactory.php (working copy) @@ -31,7 +31,6 @@ * Extend and implement this abstract class to create new instances of * {@link Logger} or a sub-class of {@link Logger}. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage spi Index: src/test/php/AllTests.php =================================================================== --- src/test/php/AllTests.php (revision 756956) +++ src/test/php/AllTests.php (working copy) @@ -17,7 +17,6 @@ * * @category tests * @package log4php - * @author Marco Vassura * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @version SVN: $Id$ * @link http://logging.apache.org/log4php Index: src/main/php/Logger.php =================================================================== --- src/main/php/Logger.php (revision 756956) +++ src/main/php/Logger.php (working copy) @@ -17,7 +17,6 @@ * * @category log4php * @package log4php - * @author Marco Vassura * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @version SVN: $Id$ * @link http://logging.apache.org/log4php @@ -36,8 +35,7 @@ /** * This class has been deprecated and replaced by the Logger subclass. * - * @author Marco Vassura - * @version $Revision$ + * @version $Revision$ * @package log4php * @see Logger */ Index: src/main/php/LoggerDefaultCategoryFactory.php =================================================================== --- src/main/php/LoggerDefaultCategoryFactory.php (revision 756956) +++ src/main/php/LoggerDefaultCategoryFactory.php (working copy) @@ -30,7 +30,6 @@ /** * Creates instances of {@link Logger} with a given name. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @since 0.5 Index: src/main/php/appenders/LoggerAppenderDailyFile.php =================================================================== --- src/main/php/appenders/LoggerAppenderDailyFile.php (revision 756956) +++ src/main/php/appenders/LoggerAppenderDailyFile.php (working copy) @@ -36,8 +36,6 @@ * parameter should include a '%s' identifier and should always be set * before {@link $file} param.

* - * @author Abel Gonzalez - * @author Knut Urdalen * @version $Revision$ * @package log4php * @subpackage appenders Index: src/main/php/appenders/LoggerAppenderConsole.php =================================================================== --- src/main/php/appenders/LoggerAppenderConsole.php (revision 756956) +++ src/main/php/appenders/LoggerAppenderConsole.php (working copy) @@ -37,8 +37,6 @@ * On web scripts this appender has no effects.

*

This appender requires a layout.

* - * @author Marco Vassura - * @author Knut Urdalen * @version $Revision$ * @package log4php * @subpackage appender Index: src/main/php/or/LoggerDefaultRenderer.php =================================================================== --- src/main/php/or/LoggerDefaultRenderer.php (revision 756956) +++ src/main/php/or/LoggerDefaultRenderer.php (working copy) @@ -32,7 +32,6 @@ /** * The default Renderer renders objects by type casting * - * @author Marco Vassura * @package log4php * @subpackage or * @since 0.3 Index: src/main/php/LoggerHierarchy.php =================================================================== --- src/main/php/LoggerHierarchy.php (revision 756956) +++ src/main/php/LoggerHierarchy.php (working copy) @@ -49,7 +49,6 @@ * to the provision node. Other descendants of the same ancestor add * themselves to the previously created provision node.

* - * @author Marco Vassura * @version $Revision$ * @package log4php */ Index: src/main/php/LoggerNDC.php =================================================================== --- src/main/php/LoggerNDC.php (revision 756956) +++ src/main/php/LoggerNDC.php (working copy) @@ -92,8 +92,6 @@ * the same category) can still be distinguished because each client * request will have a different NDC tag.

* - * - * @author Marco Vassura * @version $Revision$ * @package log4php * @since 0.3 Index: src/main/php/layouts/LoggerPatternLayout.php =================================================================== --- src/main/php/layouts/LoggerPatternLayout.php (revision 756956) +++ src/main/php/layouts/LoggerPatternLayout.php (working copy) @@ -154,7 +154,6 @@ * then truncate from the beginning. * * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage layouts Index: src/main/php/spi/LoggerLoggingEvent.php =================================================================== --- src/main/php/spi/LoggerLoggingEvent.php (revision 756956) +++ src/main/php/spi/LoggerLoggingEvent.php (working copy) @@ -35,7 +35,6 @@ /** * The internal representation of logging event. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage spi Index: src/test/php/LoggerLogTest.php =================================================================== --- src/test/php/LoggerLogTest.php (revision 756956) +++ src/test/php/LoggerLogTest.php (working copy) @@ -17,7 +17,6 @@ * * @category tests * @package log4php - * @author Marco Vassura * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @version SVN: $Id$ * @link http://logging.apache.org/log4php Index: src/main/php/layouts/LoggerXmlLayout.php =================================================================== --- src/main/php/layouts/LoggerXmlLayout.php (revision 756956) +++ src/main/php/layouts/LoggerXmlLayout.php (working copy) @@ -46,7 +46,6 @@ * The output is designed to be included as an external entity in a separate file to form * a correct XML file.

* - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage layouts Index: src/main/php/appenders/LoggerAppenderSyslog.php =================================================================== --- src/main/php/appenders/LoggerAppenderSyslog.php (revision 756956) +++ src/main/php/appenders/LoggerAppenderSyslog.php (working copy) @@ -39,7 +39,6 @@ * - WARN > level >= INFO to LOG_INFO * - INFO > level >= DEBUG to LOG_DEBUG * - * @author VxR * @version $Revision$ * @package log4php * @subpackage appenders Index: src/main/php/helpers/LoggerFormattingInfo.php =================================================================== --- src/main/php/helpers/LoggerFormattingInfo.php (revision 756956) +++ src/main/php/helpers/LoggerFormattingInfo.php (working copy) @@ -33,7 +33,6 @@ * This class encapsulates the information obtained when parsing * formatting modifiers in conversion modifiers. * - * @author Marco Vassura * @package log4php * @subpackage spi * @since 0.3 Index: src/main/php/layouts/LoggerLayoutHtml.php =================================================================== --- src/main/php/layouts/LoggerLayoutHtml.php (revision 756956) +++ src/main/php/layouts/LoggerLayoutHtml.php (working copy) @@ -49,7 +49,6 @@ * * Parameters are: {@link $title}, {@link $locationInfo}. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage layouts Index: src/main/php/config/LoggerPropertySetter.php =================================================================== --- src/main/php/config/LoggerPropertySetter.php (revision 756956) +++ src/main/php/config/LoggerPropertySetter.php (working copy) @@ -48,7 +48,6 @@ * * if such methods exist. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage config Index: src/test/php/LoggerLevelTest.php =================================================================== --- src/test/php/LoggerLevelTest.php (revision 756956) +++ src/test/php/LoggerLevelTest.php (working copy) @@ -17,7 +17,6 @@ * * @category tests * @package log4php - * @author Marco Vassura * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @version SVN: $Id$ * @link http://logging.apache.org/log4php Index: src/main/php/appenders/LoggerAppenderDb.php =================================================================== --- src/main/php/appenders/LoggerAppenderDb.php (revision 756956) +++ src/main/php/appenders/LoggerAppenderDb.php (working copy) @@ -37,7 +37,6 @@ *

Parameters are {@link $dsn}, {@link $createTable}, {@link table} and {@link $sql}.

*

See examples in test directory.

* - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage appenders Index: src/test/php/appenders/AllTests.php =================================================================== --- src/test/php/appenders/AllTests.php (revision 756956) +++ src/test/php/appenders/AllTests.php (working copy) @@ -17,7 +17,6 @@ * * @category tests * @package log4php - * @author Knut Urdalen * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @version SVN: $Id$ * @link http://logging.apache.org/log4php Index: src/main/php/appenders/LoggerAppenderAdodb.php =================================================================== --- src/main/php/appenders/LoggerAppenderAdodb.php (revision 756956) +++ src/main/php/appenders/LoggerAppenderAdodb.php (working copy) @@ -39,7 +39,6 @@ * {@link $database}, {@link $createTable}, {@link $table} and {@link $sql}.

*

See examples in test directory.

* - * @author sbw * @package log4php * @subpackage appenders * @since 0.9 Index: src/main/php/appenders/LoggerAppenderNull.php =================================================================== --- src/main/php/appenders/LoggerAppenderNull.php (revision 756956) +++ src/main/php/appenders/LoggerAppenderNull.php (working copy) @@ -29,7 +29,6 @@ /** * A NullAppender merely exists, it never outputs a message to any device. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage appenders Index: src/main/php/spi/LoggerLocationInfo.php =================================================================== --- src/main/php/spi/LoggerLocationInfo.php (revision 756956) +++ src/main/php/spi/LoggerLocationInfo.php (working copy) @@ -35,7 +35,6 @@ /** * The internal representation of caller location information. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage spi Index: src/main/php/appenders/LoggerAppenderMail.php =================================================================== --- src/main/php/appenders/LoggerAppenderMail.php (revision 756956) +++ src/main/php/appenders/LoggerAppenderMail.php (working copy) @@ -34,7 +34,6 @@ *

Parameters are {@link $from}, {@link $to}, {@link $subject}.

*

This appender requires a layout.

* - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage appenders Index: src/test/php/spi/LoggerLoggingEventTest.php =================================================================== --- src/test/php/spi/LoggerLoggingEventTest.php (revision 756956) +++ src/test/php/spi/LoggerLoggingEventTest.php (working copy) @@ -19,7 +19,6 @@ * @category tests * @package log4php * @subpackage spi - * @author Marco Vassura * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @version SVN: $Id$ * @link http://logging.apache.org/log4php Index: src/main/php/spi/LoggerConfigurator.php =================================================================== --- src/main/php/spi/LoggerConfigurator.php (revision 756956) +++ src/main/php/spi/LoggerConfigurator.php (working copy) @@ -42,7 +42,6 @@ /** * Implemented by classes capable of configuring log4php using a URL. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage spi Index: src/main/php/varia/LoggerLevelMatchFilter.php =================================================================== --- src/main/php/varia/LoggerLevelMatchFilter.php (revision 756956) +++ src/main/php/varia/LoggerLevelMatchFilter.php (working copy) @@ -42,7 +42,6 @@ * {@link LOG4PHP_LOGGER_FILTER_DENY} is returned. If there is no match, * {@link LOG4PHP_LOGGER_FILTER_NEUTRAL} is returned.

* - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage varia Index: src/main/php/helpers/LoggerOptionConverter.php =================================================================== --- src/main/php/helpers/LoggerOptionConverter.php (revision 756956) +++ src/main/php/helpers/LoggerOptionConverter.php (working copy) @@ -35,7 +35,6 @@ /** * A convenience class to convert property values to specific types. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage helpers Index: src/main/php/layouts/LoggerLayoutTTCC.php =================================================================== --- src/main/php/layouts/LoggerLayoutTTCC.php (revision 756956) +++ src/main/php/layouts/LoggerLayoutTTCC.php (working copy) @@ -72,7 +72,6 @@ * - {@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 Vassura * @version $Revision$ * @package log4php * @subpackage layouts Index: src/main/php/LoggerAppenderSkeleton.php =================================================================== --- src/main/php/LoggerAppenderSkeleton.php (revision 756956) +++ src/main/php/LoggerAppenderSkeleton.php (working copy) @@ -36,8 +36,6 @@ * This class provides the code for common functionality, such as * support for threshold filtering and support for general filters. * - * @author Marco Vassura - * @author Sergio Strampelli * @version $Revision$ * @package log4php * @abstract Index: src/main/php/varia/LoggerDenyAllFilter.php =================================================================== --- src/main/php/varia/LoggerDenyAllFilter.php (revision 756956) +++ src/main/php/varia/LoggerDenyAllFilter.php (working copy) @@ -37,7 +37,6 @@ * filtering behaviour to a "deny all unless instructed otherwise" * behaviour.

* - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage varia Index: src/test/php/spi/AllTests.php =================================================================== --- src/test/php/spi/AllTests.php (revision 756956) +++ src/test/php/spi/AllTests.php (working copy) @@ -17,7 +17,6 @@ * * @category tests * @package log4php - * @author Marco Vassura * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @version SVN: $Id$ * @link http://logging.apache.org/log4php Index: src/main/php/appenders/LoggerAppenderSocket.php =================================================================== --- src/main/php/appenders/LoggerAppenderSocket.php (revision 756956) +++ src/main/php/appenders/LoggerAppenderSocket.php (working copy) @@ -39,7 +39,6 @@ * Parameters are {@link $remoteHost}, {@link $port}, {@link $timeout}, * {@link $locationInfo}, {@link $useXml} and {@link $log4jNamespace}. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage appenders Index: src/main/php/config/LoggerPropertyGetter.php =================================================================== --- src/main/php/config/LoggerPropertyGetter.php (revision 756956) +++ src/main/php/config/LoggerPropertyGetter.php (working copy) @@ -26,7 +26,6 @@ if (!defined('LOG4PHP_DIR')) define('LOG4PHP_DIR', dirname(__FILE__) . '/..'); /** - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage config Index: src/main/php/appenders/LoggerAppenderMailEvent.php =================================================================== --- src/main/php/appenders/LoggerAppenderMailEvent.php (revision 756956) +++ src/main/php/appenders/LoggerAppenderMailEvent.php (working copy) @@ -41,8 +41,6 @@ * {@link $subject} (optional).

*

A layout is required.

* - * @author Domenico Lordi - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage appenders Index: src/main/php/LoggerManager.php =================================================================== --- src/main/php/LoggerManager.php (revision 756956) +++ src/main/php/LoggerManager.php (working copy) @@ -34,7 +34,6 @@ /** * Use the LoggerManager to get Logger instances. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @see Logger Index: src/main/php/or/LoggerObjectRenderer.php =================================================================== --- src/main/php/or/LoggerObjectRenderer.php (revision 756956) +++ src/main/php/or/LoggerObjectRenderer.php (working copy) @@ -28,7 +28,6 @@ /** * Subclass this abstract class in order to render objects as strings. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage or Index: src/main/php/LoggerAppender.php =================================================================== --- src/main/php/LoggerAppender.php (revision 756956) +++ src/main/php/LoggerAppender.php (working copy) @@ -27,7 +27,6 @@ /** * Abstract class that defines output logs strategies. * - * @author Marco Vassura * @version $Revision$ * @package log4php */ Index: src/main/php/LoggerRoot.php =================================================================== --- src/main/php/LoggerRoot.php (revision 756956) +++ src/main/php/LoggerRoot.php (working copy) @@ -32,7 +32,6 @@ /** * The root logger. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @see Logger Index: src/main/php/appenders/LoggerAppenderFile.php =================================================================== --- src/main/php/appenders/LoggerAppenderFile.php (revision 756956) +++ src/main/php/appenders/LoggerAppenderFile.php (working copy) @@ -35,8 +35,6 @@ * Parameters are ({@link $fileName} but option name is file), * {@link $append}. * - * @author Marco Vassura - * @author Knut Urdalen * @version $Revision$ * @package log4php * @subpackage appenders Index: src/test/php/LoggerHierarchyTest.php =================================================================== --- src/test/php/LoggerHierarchyTest.php (revision 756956) +++ src/test/php/LoggerHierarchyTest.php (working copy) @@ -17,7 +17,6 @@ * * @category tests * @package log4php - * @author Marco Vassura * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @version SVN: $Id$ * @link http://logging.apache.org/log4php Index: src/main/php/LoggerBasicConfigurator.php =================================================================== --- src/main/php/LoggerBasicConfigurator.php (revision 756956) +++ src/main/php/LoggerBasicConfigurator.php (working copy) @@ -35,7 +35,6 @@ *

For file based configuration see {@link LoggerPropertyConfigurator}. *

For XML based configuration see {@link LoggerDOMConfigurator}. * - * @author Marco Vassura * @version $Revision$ * @package log4php */ Index: src/main/php/appenders/LoggerAppenderEcho.php =================================================================== --- src/main/php/appenders/LoggerAppenderEcho.php (revision 756956) +++ src/main/php/appenders/LoggerAppenderEcho.php (working copy) @@ -35,7 +35,6 @@ * *

This appender requires a layout.

* - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage appenders Index: src/main/php/varia/LoggerStringMatchFilter.php =================================================================== --- src/main/php/varia/LoggerStringMatchFilter.php (revision 756956) +++ src/main/php/varia/LoggerStringMatchFilter.php (working copy) @@ -41,7 +41,6 @@ * {@link LOG4PHP_LOGGER_FILTER_DENY} is returned. If there is no match, {@link LOG4PHP_LOGGER_FILTER_NEUTRAL} * is returned.

* - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage varia Index: src/main/php/appenders/LoggerAppenderPhp.php =================================================================== --- src/main/php/appenders/LoggerAppenderPhp.php (revision 756956) +++ src/main/php/appenders/LoggerAppenderPhp.php (working copy) @@ -37,7 +37,6 @@ * - WARN <= level < ERROR mapped to E_USER_WARNING * - level >= ERROR mapped to E_USER_ERROR * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage appenders Index: src/main/php/LoggerPropertyConfigurator.php =================================================================== --- src/main/php/LoggerPropertyConfigurator.php (revision 756956) +++ src/main/php/LoggerPropertyConfigurator.php (working copy) @@ -98,7 +98,6 @@ * *

* - * @author Marco Vassura * @version $Revision$ * @package log4php * @since 0.5 Index: src/main/php/or/LoggerRendererMap.php =================================================================== --- src/main/php/or/LoggerRendererMap.php (revision 756956) +++ src/main/php/or/LoggerRendererMap.php (working copy) @@ -34,7 +34,6 @@ /** * Map class objects to an {@link LoggerObjectRenderer}. * - * @author Marco Vassura * @version $Revision$ * @package log4php * @subpackage or Index: src/main/php/xml/LoggerDOMConfigurator.php =================================================================== --- src/main/php/xml/LoggerDOMConfigurator.php (revision 756956) +++ src/main/php/xml/LoggerDOMConfigurator.php (working copy) @@ -79,8 +79,6 @@ *

There are sample XML files included in the package under tests/ * subdirectories.

* - * @author Marco Vassura - * @author Knut Urdalen * @version $Revision$ * @package log4php * @subpackage xml Index: src/main/php/LoggerLog.php =================================================================== --- src/main/php/LoggerLog.php (revision 756956) +++ src/main/php/LoggerLog.php (working copy) @@ -31,7 +31,6 @@ * to output messages.

*

You need to recode methods to output messages in a different way.

* - * @author Marco Vassura * @version $Revision$ * @package log4php */