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 gr...@apache.org on 2009/05/22 13:58:26 UTC

svn commit: r777493 - in /incubator/log4php/trunk/src/examples/resources: mdc.properties ndc.properties php.properties

Author: grobmeier
Date: Fri May 22 11:58:26 2009
New Revision: 777493

URL: http://svn.apache.org/viewvc?rev=777493&view=rev
Log:
renamed to LoggerLayoutPattern (conforms to the other layouts now)

Modified:
    incubator/log4php/trunk/src/examples/resources/mdc.properties
    incubator/log4php/trunk/src/examples/resources/ndc.properties
    incubator/log4php/trunk/src/examples/resources/php.properties

Modified: incubator/log4php/trunk/src/examples/resources/mdc.properties
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/examples/resources/mdc.properties?rev=777493&r1=777492&r2=777493&view=diff
==============================================================================
--- incubator/log4php/trunk/src/examples/resources/mdc.properties (original)
+++ incubator/log4php/trunk/src/examples/resources/mdc.properties Fri May 22 11:58:26 2009
@@ -16,6 +16,6 @@
 ; limitations under the License.
 ;
 log4php.appender.default = LoggerAppenderEcho
-log4php.appender.default.layout = LoggerPatternLayout
+log4php.appender.default.layout = LoggerLayoutPattern
 log4php.appender.default.layout.conversionPattern="%d{Y-m-d H:i:s} %-5p %c %X{username}: %m in %F at %L%n"
 log4php.rootLogger = DEBUG, default

Modified: incubator/log4php/trunk/src/examples/resources/ndc.properties
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/examples/resources/ndc.properties?rev=777493&r1=777492&r2=777493&view=diff
==============================================================================
--- incubator/log4php/trunk/src/examples/resources/ndc.properties (original)
+++ incubator/log4php/trunk/src/examples/resources/ndc.properties Fri May 22 11:58:26 2009
@@ -16,6 +16,6 @@
 ; limitations under the License.
 ;
 log4php.appender.default = LoggerAppenderEcho
-log4php.appender.default.layout = LoggerPatternLayout
+log4php.appender.default.layout = LoggerLayoutPattern
 log4php.appender.default.layout.conversionPattern="%d{Y-m-d H:i:s} %-5p %c %x: %m in %F at %L%n"
 log4php.rootLogger = DEBUG, default

Modified: incubator/log4php/trunk/src/examples/resources/php.properties
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/examples/resources/php.properties?rev=777493&r1=777492&r2=777493&view=diff
==============================================================================
--- incubator/log4php/trunk/src/examples/resources/php.properties (original)
+++ incubator/log4php/trunk/src/examples/resources/php.properties Fri May 22 11:58:26 2009
@@ -1,4 +1,4 @@
-; php.properties
+LoggerLayoutPattern; php.properties
 ;
 ; Licensed to the Apache Software Foundation (ASF) under one or more
 ; contributor license agreements.  See the NOTICE file distributed with
@@ -16,6 +16,6 @@
 ; limitations under the License.
 ;
 log4php.appender.default = LoggerAppenderPhp
-log4php.appender.default.layout = LoggerPatternLayout
+log4php.appender.default.layout = LoggerLayoutPattern
 log4php.appender.default.layout.conversionPattern = "%d{Y-m-d H:i:s.u} %-5p [%t] %c: %m%n"
 log4php.rootLogger = DEBUG, default