Author: ihabunek
Date: Sat Nov  5 07:42:22 2011
New Revision: 1197899

URL: http://svn.apache.org/viewvc?rev=1197899&view=rev
Log:
Removed empty methods from HTML layout class.

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

Modified: logging/log4php/trunk/src/main/php/layouts/LoggerLayoutHtml.php
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/layouts/LoggerLayoutHtml.php?rev=1197899&r1=1197898&r2=1197899&view=diff
==============================================================================
--- logging/log4php/trunk/src/main/php/layouts/LoggerLayoutHtml.php (original)
+++ logging/log4php/trunk/src/main/php/layouts/LoggerLayoutHtml.php Sat Nov  5 
07:42:22 2011
@@ -48,6 +48,12 @@
  */
 class LoggerLayoutHtml extends LoggerLayout {
 
+       
+       public function activateOptions() {
+               
+               
+       }
+       
        /**
         * The <b>LocationInfo</b> option takes a boolean value. By
         * default, it is set to false which means there will be no location
@@ -71,12 +77,6 @@ class LoggerLayoutHtml extends LoggerLay
        private $title = "Log4php Log Messages";
        
        /**
-        * Constructor
-        */
-       public function __construct() {
-       }
-       
-       /**
         * The <b>LocationInfo</b> option takes a boolean value. By
         * default, it is set to false which means there will be no location
         * information output by this layout. If the the option is set to


Reply via email to