Re: A request to become maintainer of log4php

2007-06-15 Thread Marco V.
+1 -Marco

Tagging log4php (php4) as stable.

2006-03-01 Thread Marco V.
I think it's time for log4php (php4 version) to release a stable version. 1. the code is quite stable. 2. the 0.9 version is dated 10 Dec 2003 3. It is time to work on a php5 port What developers and contributors say? -Marco

svn commit: r372206 - /logging/log4php/trunk/src/php5/log4php/spi/LoggerLoggingEvent.php

2006-01-25 Thread marco
Author: marco Date: Wed Jan 25 05:22:42 2006 New Revision: 372206 URL: http://svn.apache.org/viewcvs?rev=372206&view=rev Log: Now getLocationInformation() should handle debug_backtrace() output from php5 and php5.1 Modified: logging/log4php/trunk/src/php5/log4php/spi/LoggerLoggingEvent

Re: getLocationInformation doesn't fetch filename and linenum

2006-01-25 Thread Marco V.
I've just committed a patch that should address the problem. As always, comments are welcome. -Marco - Original Message - From: "Knut Urdalen" <[EMAIL PROTECTED]> To: "Log4PHP Dev" Sent: Tuesday, January 24, 2006 1:30 PM Subject: Re: getLocationInforma

svn commit: r372205 - /logging/log4php/trunk/src/log4php/spi/LoggerLoggingEvent.php

2006-01-25 Thread marco
Author: marco Date: Wed Jan 25 05:19:54 2006 New Revision: 372205 URL: http://svn.apache.org/viewcvs?rev=372205&view=rev Log: Now getLocationInformation() should handle debug_backtrace() output from php4,php5 and php5.1 Modified: logging/log4php/trunk/src/log4php/spi/LoggerLoggingEvent

svn commit: r369057 - in /logging/log4php/trunk/src/php5/tests: LoggerBasicConfiguratorTestCase.php LoggerHierarchyTestCase.php

2006-01-14 Thread marco
Author: marco Date: Sat Jan 14 09:04:53 2006 New Revision: 369057 URL: http://svn.apache.org/viewcvs?rev=369057&view=rev Log: Tests added. Modified: logging/log4php/trunk/src/php5/tests/LoggerBasicConfiguratorTestCase.php logging/log4php/trunk/src/php5/tests/LoggerHierarchyTestCase

svn commit: r369056 - /logging/log4php/trunk/src/php5/tests/AllTests.php

2006-01-14 Thread marco
Author: marco Date: Sat Jan 14 09:04:09 2006 New Revision: 369056 URL: http://svn.apache.org/viewcvs?rev=369056&view=rev Log: added test cases. Modified: logging/log4php/trunk/src/php5/tests/AllTests.php Modified: logging/log4php/trunk/src/php5/tests/AllTests.php URL: http://svn.apache

svn commit: r369054 - in /logging/log4php/trunk/src/php5/tests/spi: AllTests.php LoggerLoggingEventTestCase.php

2006-01-14 Thread marco
Author: marco Date: Sat Jan 14 09:01:58 2006 New Revision: 369054 URL: http://svn.apache.org/viewcvs?rev=369054&view=rev Log: spi subpackage test cases Added: logging/log4php/trunk/src/php5/tests/spi/AllTests.php logging/log4php/trunk/src/php5/tests/spi/LoggerLoggingEventTestCase

svn commit: r369052 - /logging/log4php/trunk/src/php5/tests/spi/

2006-01-14 Thread marco
Author: marco Date: Sat Jan 14 09:01:45 2006 New Revision: 369052 URL: http://svn.apache.org/viewcvs?rev=369052&view=rev Log: spi subpackage test cases Added: logging/log4php/trunk/src/php5/tests/spi/

svn commit: r369050 - /logging/log4php/trunk/src/log4php/LoggerHierarchy.php

2006-01-14 Thread marco
Author: marco Date: Sat Jan 14 08:56:19 2006 New Revision: 369050 URL: http://svn.apache.org/viewcvs?rev=369050&view=rev Log: Fixed resetConfiguration(): now it removes all appenders from loggers. Modified: logging/log4php/trunk/src/log4php/LoggerHierarchy.php Modified: logging/log

svn commit: r369048 - /logging/log4php/trunk/src/php5/log4php/LoggerHierarchy.php

2006-01-14 Thread marco
Author: marco Date: Sat Jan 14 08:55:20 2006 New Revision: 369048 URL: http://svn.apache.org/viewcvs?rev=369048&view=rev Log: Fixed resetConfiguration(): now it removes all appender for loggers. Modified: logging/log4php/trunk/src/php5/log4php/LoggerHierarchy.php Modified: logging/log

svn commit: r369047 - /logging/log4php/trunk/src/php5/log4php/appenders/LoggerAppenderNull.php

2006-01-14 Thread marco
Author: marco Date: Sat Jan 14 08:53:05 2006 New Revision: 369047 URL: http://svn.apache.org/viewcvs?rev=369047&view=rev Log: Imported from Log4php php4. Added: logging/log4php/trunk/src/php5/log4php/appenders/LoggerAppenderNull.php Added: logging/log4php/trunk/src/php5/log4php/appen

svn commit: r369046 - /logging/log4php/trunk/src/php5/log4php/LoggerBasicConfigurator.php

2006-01-14 Thread marco
Author: marco Date: Sat Jan 14 08:52:23 2006 New Revision: 369046 URL: http://svn.apache.org/viewcvs?rev=369046&view=rev Log: Appender A1 and its layout created without LoggerAppender::singleton() and LoggerLayout::factory() methods Modified: logging/log4php/trunk/src/php5/log

svn commit: r369045 - /logging/log4php/trunk/src/php5/log4php/spi/LoggerLoggingEvent.php

2006-01-14 Thread marco
Author: marco Date: Sat Jan 14 08:48:54 2006 New Revision: 369045 URL: http://svn.apache.org/viewcvs?rev=369045&view=rev Log: Added private static startTime var. Modified: logging/log4php/trunk/src/php5/log4php/spi/LoggerLoggingEvent.php Modified: logging/log4php/trunk/src/php5/log4php

Re: Initial classes for porting log4php to php5.

2006-01-12 Thread Marco V.
ild source, docs, unit tests (PhpUnit for php4 and PhpUnit2 for php5) with code coverage. Unfortunatly it's not so easy (but i'm not so sure) to setup nightly builds with apache infrastructure (especially as an incubated project). -Marco

Initial classes for porting log4php to php5.

2006-01-10 Thread Marco V.
trunk) as stable and release the 1.0 version. - Discuss a new class namespace (log4php_XYZ, more PEAR compliant). -Marco Log4php project maintainer

svn commit: r366263 - /logging/log4php/trunk/src/log4php/LoggerLevel.php

2006-01-05 Thread marco
Author: marco Date: Thu Jan 5 11:50:25 2006 New Revision: 366263 URL: http://svn.apache.org/viewcvs?rev=366263&view=rev Log: Fixed minimum 32bit integer value in LOG4PHP_LEVEL_ALL_INT Modified: logging/log4php/trunk/src/log4php/LoggerLevel.php Modified: logging/log4php/trunk/src/log

svn commit: r365598 - /logging/log4php/trunk/src/log4php/or/LoggerRendererMap.php

2006-01-03 Thread marco
Author: marco Date: Tue Jan 3 02:31:36 2006 New Revision: 365598 URL: http://svn.apache.org/viewcvs?rev=365598&view=rev Log: Fixed wrong reference symbol in addRenderer() phpdoc params Modified: logging/log4php/trunk/src/log4php/or/LoggerRendererMap.php Modified: logging/log4php/trunk

svn commit: r359772 - /logging/log4php/trunk/src/log4php/appenders/LoggerAppenderMailEvent.php

2005-12-29 Thread marco
Author: marco Date: Thu Dec 29 02:50:26 2005 New Revision: 359772 URL: http://svn.apache.org/viewcvs?rev=359772&view=rev Log: Fixed a type mismatch in setSmtpHost method. Modified: logging/log4php/trunk/src/log4php/appenders/LoggerAppenderMailEvent.php Modified: logging/log4php/trunk

svn commit: r351774 - /logging/log4php/trunk/src/log4php/appenders/LoggerAppenderConsole.php

2005-12-02 Thread marco
Author: marco Date: Fri Dec 2 09:16:08 2005 New Revision: 351774 URL: http://svn.apache.org/viewcvs?rev=351774&view=rev Log: Fixed STDERR wrong assignment because of a minor typo (Knut Urdalen). Modified: logging/log4php/trunk/src/log4php/appenders/LoggerAppenderConsole.php Modi

Re: LoggerAppenderConsole - doesn't work with STDERR

2005-12-02 Thread Marco V.
Fixed. Again, thank You. -Marco - Original Message - From: "Knut Urdalen" <[EMAIL PROTECTED]> To: Sent: Thursday, December 01, 2005 12:23 AM Subject: LoggerAppenderConsole - doesn't work with STDERR > I just found that the console appender doesn't wo

Re: Serializing LoggerLoggingEvent: Missing timestamp

2005-11-30 Thread Marco V.
Patched. Thank You. -Marco - Original Message - From: "Knut Urdalen" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 30, 2005 12:20 AM Subject: Serializing LoggerLoggingEvent: Missing timestamp > Since I can't find any bug report database for log4php

svn commit: r349914 - /logging/log4php/trunk/src/php5/

2005-11-30 Thread marco
Author: marco Date: Wed Nov 30 01:36:48 2005 New Revision: 349914 URL: http://svn.apache.org/viewcvs?rev=349914&view=rev Log: directory that will contain php5 version of log4php Added: logging/log4php/trunk/src/php5/

svn commit: r349913 - /logging/log4php/trunk/src/php4/

2005-11-30 Thread marco
Author: marco Date: Wed Nov 30 01:36:12 2005 New Revision: 349913 URL: http://svn.apache.org/viewcvs?rev=349913&view=rev Log: directory that will contain php4 version of log4php Added: logging/log4php/trunk/src/php4/

svn commit: r349912 - /logging/log4php/trunk/src/log4php/spi/LoggerLoggingEvent.php

2005-11-30 Thread marco
Author: marco Date: Wed Nov 30 01:34:44 2005 New Revision: 349912 URL: http://svn.apache.org/viewcvs?rev=349912&view=rev Log: fixed a minor typo in __sleep() method (Knut Urdalen). Modified: logging/log4php/trunk/src/log4php/spi/LoggerLoggingEvent.php Modified: logging/log4php/trunk

svn commit: r349201 - /logging/log4php/trunk/src/log4php/spi/LoggerLoggingEvent.php

2005-11-27 Thread marco
Author: marco Date: Sun Nov 27 02:36:27 2005 New Revision: 349201 URL: http://svn.apache.org/viewcvs?rev=349201&view=rev Log: Fixed php5 debug_backtrace() classname reporting. Modified: logging/log4php/trunk/src/log4php/spi/LoggerLoggingEvent.php Modified: logging/log4php/trunk/src/log

ml test

2005-11-22 Thread Marco V.
This is a test. Please, do not reply. -Marco

cvs commit: logging-log4php/src/log4php/layouts LoggerLayoutTTCC.php

2004-09-14 Thread marco
marco 2004/09/14 03:11:29 Modified:src/log4php/layouts LoggerLayoutTTCC.php Log: Fixed microseconds output when changing from 999ms to second (thanks to Sergio Strampelli). Revision ChangesPath 1.3 +2 -2 logging-log4php/src/log4php/layouts

cvs commit: logging-log4php/src/log4php log4php.html

2004-06-08 Thread marco
marco 2004/06/08 14:16:18 Modified:src/log4php log4php.html Log: Changed author name. Revision ChangesPath 1.2 +3 -3 logging-log4php/src/log4php/log4php.html Index: log4php.html === RCS

cvs commit: logging-log4php/src/tests/renderers test.php

2004-06-08 Thread marco
marco 2004/06/08 14:15:58 Modified:src/tests/renderers/configs LoggerDefaultRenderer.xml src/tests/renderers test.php Log: Removed email from @author tag. Revision ChangesPath 1.2 +2 -2 logging-log4php/src/tests/renderers/configs

cvs commit: logging-log4php/src/tests/others test.php test_body.php

2004-06-08 Thread marco
marco 2004/06/08 14:15:38 Modified:src/tests/others/configs serialized.xml src/tests/others test.php test_body.php Log: Removed email from @author tag. Revision ChangesPath 1.2 +2 -2 logging-log4php/src/tests/others/configs/serialized.xml

cvs commit: logging-log4php/src/tests/loggers/configs MyLogger.properties MyLogger.xml

2004-06-08 Thread marco
marco 2004/06/08 14:15:23 Modified:src/tests/loggers MyLogger.php MyLoggerFactory.php test.php test_body.php src/tests/loggers/configs MyLogger.properties MyLogger.xml Log: Removed email from @author tag. Revision ChangesPath 1.2

cvs commit: logging-log4php/src/tests/levels MyLoggerLevel.php test.php test_body.php

2004-06-08 Thread marco
marco 2004/06/08 14:15:08 Modified:src/tests/levels/configs LoggerLevel_01.properties LoggerLevel_02.xml LoggerLevel_03.properties src/tests/levels MyLoggerLevel.php test.php test_body.php Log: Removed email from @author tag. Revision

cvs commit: logging-log4php/src/tests/layouts test.php

2004-06-08 Thread marco
marco 2004/06/08 14:14:52 Modified:src/tests/layouts/configs LoggerLayoutHtml.xml LoggerLayoutSimple.xml LoggerLayoutTTCC.xml LoggerPatternLayout.xml LoggerPatternLayoutLf5.xml LoggerXmlLayout.xml

cvs commit: logging-log4php/src/tests/filters test.php

2004-06-08 Thread marco
marco 2004/06/08 14:14:37 Modified:src/tests/filters/configs LoggerDenyAllFilter.xml LoggerLevelMatchFilter.xml LoggerLevelRangeFilter.xml LoggerStringMatchFilter.xml src/tests/filters test.php

cvs commit: logging-log4php/src/tests/configurators test.php

2004-06-08 Thread marco
marco 2004/06/08 14:14:23 Modified:src/tests/configurators/configs LoggerDOMConfigurator_01.xml LoggerDOMConfigurator_02.xml LoggerDOMConfigurator_03.xml LoggerDOMConfigurator_04.xml

cvs commit: logging-log4php/src/tests/appenders test.php

2004-06-08 Thread marco
marco 2004/06/08 14:14:08 Modified:src/tests/appenders/configs LoggerAppenderConsole.xml LoggerAppenderDailyFile.xml LoggerAppenderDb.xml LoggerAppenderEcho.xml LoggerAppenderFile.xml LoggerAppenderMail.xml

cvs commit: logging-log4php/src/log4php/xml LoggerDOMConfigurator.php

2004-06-08 Thread marco
marco 2004/06/08 14:13:20 Modified:src/log4php/xml LoggerDOMConfigurator.php Log: Removed email from @author tag. Revision ChangesPath 1.2 +2 -2 logging-log4php/src/log4php/xml/LoggerDOMConfigurator.php Index: LoggerDOMConfigurator.php

cvs commit: logging-log4php/src/log4php/xml log4php.dtd

2004-06-08 Thread marco
marco 2004/06/08 14:13:02 Modified:src/log4php/xml log4php.dtd Log: Changed author name. Revision ChangesPath 1.2 +2 -2 logging-log4php/src/log4php/xml/log4php.dtd Index: log4php.dtd

cvs commit: logging-log4php/src/log4php/varia LoggerDenyAllFilter.php LoggerLevelMatchFilter.php LoggerLevelRangeFilter.php LoggerStringMatchFilter.php

2004-06-08 Thread marco
marco 2004/06/08 14:12:24 Modified:src/log4php/varia LoggerDenyAllFilter.php LoggerLevelMatchFilter.php LoggerLevelRangeFilter.php LoggerStringMatchFilter.php Log: Removed email from @author tag. Revision

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

2004-06-08 Thread marco
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 ChangesPath 1.2

cvs commit: logging-log4php/src/log4php/or LoggerDefaultRenderer.php LoggerObjectRenderer.php LoggerRendererMap.php

2004-06-08 Thread marco
marco 2004/06/08 14:11:50 Modified:src/log4php/or LoggerDefaultRenderer.php LoggerObjectRenderer.php LoggerRendererMap.php Log: Removed email from @author tag. Revision ChangesPath 1.2 +1 -1 logging-log4php/src/log4php/or

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

2004-06-08 Thread marco
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 ChangesPath

cvs commit: logging-log4php/src/log4php/helpers LoggerFormattingInfo.php LoggerOptionConverter.php LoggerPatternConverter.php LoggerPatternParser.php LoggerTransform.php

2004-06-08 Thread marco
marco 2004/06/08 14:10:34 Modified:src/log4php/helpers LoggerFormattingInfo.php LoggerOptionConverter.php LoggerPatternConverter.php LoggerPatternParser.php LoggerTransform.php Log: Removed email from @author

cvs commit: logging-log4php/src/log4php/config LoggerPropertyGetter.php LoggerPropertySetter.php

2004-06-08 Thread marco
marco 2004/06/08 14:10:15 Modified:src/log4php/config LoggerPropertyGetter.php LoggerPropertySetter.php Log: Removed email from @author tag. Revision ChangesPath 1.2 +2 -2 logging-log4php/src/log4php/config/LoggerPropertyGetter.php

cvs commit: logging-log4php/src/log4php/appenders LoggerAppenderConsole.php LoggerAppenderDb.php LoggerAppenderEcho.php LoggerAppenderFile.php LoggerAppenderMail.php LoggerAppenderMailEvent.php Logger

2004-06-08 Thread marco
marco 2004/06/08 14:09:30 Modified:src/log4php/appenders LoggerAppenderConsole.php LoggerAppenderDb.php LoggerAppenderEcho.php LoggerAppenderFile.php LoggerAppenderMail.php LoggerAppenderMailEvent.php

cvs commit: logging-log4php/src/log4php/appenders LoggerAppenderAdodb.php

2004-06-08 Thread marco
marco 2004/06/08 14:07:22 Modified:src/log4php/appenders LoggerAppenderAdodb.php Log: Added phpdoc links to some vars. Revision ChangesPath 1.2 +2 -1 logging-log4php/src/log4php/appenders/LoggerAppenderAdodb.php Index: LoggerAppenderAdodb.php

cvs commit: logging-log4php/src/log4php Logger.php LoggerAppender.php LoggerAppenderSkeleton.php LoggerBasicConfigurator.php LoggerCategory.php LoggerDefaultCategoryFactory.php LoggerHierarchy.php Log

2004-06-08 Thread marco
marco 2004/06/08 14:03:05 Modified:src/log4php Logger.php LoggerAppender.php LoggerAppenderSkeleton.php LoggerBasicConfigurator.php LoggerCategory.php LoggerDefaultCategoryFactory.php

cvs commit: logging-log4php/src/log4php/appenders LoggerAppenderSocket.php

2004-06-06 Thread marco
marco 2004/06/06 05:22:41 Modified:src/log4php/appenders LoggerAppenderSocket.php Log: Fixed a call to the undefined function getlocationinfo() (thanks to Rene'). Revision ChangesPath 1.2 +2 -2 logging-log4php/src/log4php/appenders/LoggerAppenderSocke

cvs commit: logging-log4php/src/log4php LoggerBasicConfigurator.php

2004-06-06 Thread marco
marco 2004/06/06 05:19:43 Modified:src/log4php LoggerBasicConfigurator.php Log: A syntax error fixed (thanks to Sebastian and Pawel). Revision ChangesPath 1.2 +2 -2 logging-log4php/src/log4php/LoggerBasicConfigurator.php Index

cvs commit: logging-log4php/src/xdocs download.xml

2004-03-08 Thread marco
marco 2004/03/08 13:57:30 Modified:src/xdocs download.xml Log: fixed download page url. Revision ChangesPath 1.2 +1 -1 logging-log4php/src/xdocs/download.xml Index: download.xml === RCS

cvs commit: logging-log4php build.properties.dist

2004-03-08 Thread marco
marco 2004/03/08 13:28:18 Modified:.build.properties.dist Log: Added new build properties Revision ChangesPath 1.2 +6 -1 logging-log4php/build.properties.dist Index: build.properties.dist

cvs commit: logging-log4php EMPTY

2004-03-08 Thread marco
marco 2004/03/08 13:26:03 Removed: .EMPTY Log: Initial Import

cvs commit: logging-log4php/contribs - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:24:09 logging-log4php/contribs - New directory

cvs commit: logging-log4php/docs - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:23:56 logging-log4php/docs - New directory

cvs commit: logging-log4php/src/tests/renderers test.php

2004-03-08 Thread marco
marco 2004/03/08 13:23:37 Added: src/tests/renderers/configs LoggerDefaultRenderer.xml src/tests/renderers test.php Log: Initial Import Revision ChangesPath 1.1 logging-log4php/src/tests/renderers/configs/LoggerDefaultRenderer.xml

cvs commit: logging-log4php/src/tests/others test.php test_body.php

2004-03-08 Thread marco
marco 2004/03/08 13:23:17 Added: src/tests/others/configs serialized.xml src/tests/others test.php test_body.php Log: Initial Import Revision ChangesPath 1.1 logging-log4php/src/tests/others/configs/serialized.xml Index

cvs commit: logging-log4php/src/tests/loggers/configs MyLogger.properties MyLogger.xml

2004-03-08 Thread marco
marco 2004/03/08 13:22:59 Added: src/tests/loggers MyLogger.php MyLoggerFactory.php test.php test_body.php src/tests/loggers/configs MyLogger.properties MyLogger.xml Log: Initial Import Revision ChangesPath 1.1

cvs commit: logging-log4php/src/tests/levels MyLoggerLevel.php test.php test_body.php

2004-03-08 Thread marco
marco 2004/03/08 13:22:43 Added: src/tests/levels/configs LoggerLevel_01.properties LoggerLevel_02.xml LoggerLevel_03.properties src/tests/levels MyLoggerLevel.php test.php test_body.php Log: Initial Import Revision ChangesPath

cvs commit: logging-log4php/src/tests/layouts test.php

2004-03-08 Thread marco
marco 2004/03/08 13:22:24 Added: src/tests/layouts/configs LoggerLayoutHtml.xml LoggerLayoutSimple.xml LoggerLayoutTTCC.xml LoggerPatternLayout.xml LoggerPatternLayoutLf5.xml LoggerXmlLayout.xml

cvs commit: logging-log4php/src/tests/filters test.php

2004-03-08 Thread marco
marco 2004/03/08 13:22:05 Added: src/tests/filters/configs LoggerDenyAllFilter.xml LoggerLevelMatchFilter.xml LoggerLevelRangeFilter.xml LoggerStringMatchFilter.xml src/tests/filters test.php

cvs commit: logging-log4php/src/tests/configurators test.php

2004-03-08 Thread marco
marco 2004/03/08 13:21:51 Added: src/tests/configurators/configs LoggerDOMConfigurator_01.xml LoggerDOMConfigurator_02.xml LoggerDOMConfigurator_03.xml LoggerDOMConfigurator_04.xml

cvs commit: logging-log4php/src/tests/appenders test.php

2004-03-08 Thread marco
marco 2004/03/08 13:21:12 Added: src/tests/appenders/configs LoggerAppenderConsole.xml LoggerAppenderDailyFile.xml LoggerAppenderDb.xml LoggerAppenderEcho.xml LoggerAppenderFile.xml LoggerAppenderMail.xml

cvs commit: logging-log4php/src/tests test_body.php test_core.php

2004-03-08 Thread marco
marco 2004/03/08 13:20:51 Added: src/tests test_body.php test_core.php Log: Initial Import Revision ChangesPath 1.1 logging-log4php/src/tests/test_body.php Index: test_body.php

cvs commit: logging-log4php/src/tests/renderers/configs - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:18:05 logging-log4php/src/tests/renderers/configs - New directory

cvs commit: logging-log4php/src/tests/others/configs - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:17:54 logging-log4php/src/tests/others/configs - New directory

cvs commit: logging-log4php/src/tests/loggers/configs - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:17:43 logging-log4php/src/tests/loggers/configs - New directory

cvs commit: logging-log4php/src/tests/levels/configs - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:17:32 logging-log4php/src/tests/levels/configs - New directory

cvs commit: logging-log4php/src/tests/layouts/configs - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:17:20 logging-log4php/src/tests/layouts/configs - New directory

cvs commit: logging-log4php/src/tests/filters/configs - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:17:06 logging-log4php/src/tests/filters/configs - New directory

cvs commit: logging-log4php/src/tests/configurators/configs - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:16:54 logging-log4php/src/tests/configurators/configs - New directory

cvs commit: logging-log4php/src/tests/appenders/configs - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:16:36 logging-log4php/src/tests/appenders/configs - New directory

cvs commit: logging-log4php/src/tests/renderers - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:16:24 logging-log4php/src/tests/renderers - New directory

cvs commit: logging-log4php/src/tests/others - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:16:13 logging-log4php/src/tests/others - New directory

cvs commit: logging-log4php/src/tests/loggers - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:16:02 logging-log4php/src/tests/loggers - New directory

cvs commit: logging-log4php/src/tests/levels - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:15:51 logging-log4php/src/tests/levels - New directory

cvs commit: logging-log4php/src/tests/layouts - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:15:40 logging-log4php/src/tests/layouts - New directory

cvs commit: logging-log4php/src/tests/filters - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:15:24 logging-log4php/src/tests/filters - New directory

cvs commit: logging-log4php/src/tests/configurators - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:15:13 logging-log4php/src/tests/configurators - New directory

cvs commit: logging-log4php/src/tests/appenders - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:15:01 logging-log4php/src/tests/appenders - New directory

cvs commit: logging-log4php/src/log4php/config LoggerPropertyGetter.php LoggerPropertySetter.php

2004-03-08 Thread marco
marco 2004/03/08 13:13:05 Added: src/log4php/xml log4php.dtd LoggerDOMConfigurator.php src/log4php log4php.html Logger.php LoggerAppender.php LoggerAppenderSkeleton.php LoggerBasicConfigurator.php LoggerCategory.php

cvs commit: logging-log4php/src/log4php/xml - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:11:33 logging-log4php/src/log4php/xml - New directory

cvs commit: logging-log4php/src/log4php/varia - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:11:00 logging-log4php/src/log4php/varia - New directory

cvs commit: logging-log4php/src/log4php/spi - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:10:48 logging-log4php/src/log4php/spi - New directory

cvs commit: logging-log4php/src/log4php/or - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:10:37 logging-log4php/src/log4php/or - New directory

cvs commit: logging-log4php/src/log4php/layouts - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:10:26 logging-log4php/src/log4php/layouts - New directory

cvs commit: logging-log4php/src/log4php/helpers - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:10:14 logging-log4php/src/log4php/helpers - New directory

cvs commit: logging-log4php/src/xdocs/stylesheets project.xml

2004-03-08 Thread marco
marco 2004/03/08 13:09:43 Added: src/xdocs contributors.xml documentation.xml download.xml index.xml news.xml projectStatus.xml qsg.xml usage.xml src/xdocs/stylesheets project.xml Log: Initial Import Revision

cvs commit: logging-log4php/src/xdocs/stylesheets - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:08:58 logging-log4php/src/xdocs/stylesheets - New directory

cvs commit: logging-log4php/src/xdocs/images - New directory

2004-03-08 Thread marco
marco 2004/03/08 13:08:36 logging-log4php/src/xdocs/images - New directory

cvs commit: logging-log4php .cvsignore build.properties.dist build.xml INSTALL NOTICE phpdoc.ini README

2004-03-08 Thread marco
marco 2004/03/08 13:07:17 Added: ..cvsignore build.properties.dist build.xml INSTALL NOTICE phpdoc.ini README Log: Initial Import Revision ChangesPath 1.1 logging-log4php/.cvsignore Index: .cvsignore

cvs commit: logging-log4php LICENSE

2004-03-08 Thread marco
marco 2004/03/08 13:03:18 Added: .LICENSE Log: Initial Import Revision ChangesPath 1.1 logging-log4php/LICENSE Index: LICENSE === Apache

cvs commit: logging-log4php/src/log4php/config - New directory

2004-03-08 Thread marco
marco 2004/03/08 12:53:19 logging-log4php/src/log4php/config - New directory

cvs commit: logging-log4php/src/log4php/appenders - New directory

2004-03-08 Thread marco
marco 2004/03/08 12:53:07 logging-log4php/src/log4php/appenders - New directory

cvs commit: logging-log4php/src/xdocs - New directory

2004-03-08 Thread marco
marco 2004/03/08 12:52:21 logging-log4php/src/xdocs - New directory

cvs commit: logging-log4php/src/tests - New directory

2004-03-08 Thread marco
marco 2004/03/08 12:52:03 logging-log4php/src/tests - New directory

cvs commit: logging-log4php/src/log4php - New directory

2004-03-08 Thread marco
marco 2004/03/08 12:51:03 logging-log4php/src/log4php - New directory