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 ih...@apache.org on 2011/06/17 08:29:37 UTC

svn commit: r1136787 - /logging/log4php/trunk/src/main/php/layouts/LoggerLayoutTTCC.php

Author: ihabunek
Date: Fri Jun 17 06:29:36 2011
New Revision: 1136787

URL: http://svn.apache.org/viewvc?rev=1136787&view=rev
Log:
Removed unused constants from LoggerLayoutTTCC.

Modified:
    logging/log4php/trunk/src/main/php/layouts/LoggerLayoutTTCC.php

Modified: logging/log4php/trunk/src/main/php/layouts/LoggerLayoutTTCC.php
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/layouts/LoggerLayoutTTCC.php?rev=1136787&r1=1136786&r2=1136787&view=diff
==============================================================================
--- logging/log4php/trunk/src/main/php/layouts/LoggerLayoutTTCC.php (original)
+++ logging/log4php/trunk/src/main/php/layouts/LoggerLayoutTTCC.php Fri Jun 17 06:29:36 2011
@@ -50,20 +50,6 @@
  */
 class LoggerLayoutTTCC extends LoggerLayout {
 
-	/**
-	 * String constant designating no time information. Current value of
-	 * this constant is <b>NULL</b>.
-	 */
-	 // TODO: not used?
-	const LOG4PHP_LOGGER_LAYOUT_NULL_DATE_FORMAT = 'NULL';
-	
-	/**
-	 * String constant designating relative time. Current value of
-	 * this constant is <b>RELATIVE</b>.
-	 */
-	 // TODO: not used?
-	const LOG4PHP_LOGGER_LAYOUT_RELATIVE_TIME_DATE_FORMAT = 'RELATIVE';
-	
 	// Internal representation of options
 	protected $threadPrinting    = true;
 	protected $categoryPrefixing = true;