[Solar-svn] Revision 2823

pmjones at solarphp.com pmjones at solarphp.com
Sat Oct 6 10:51:23 CDT 2007


whitespace changes


Modified: trunk/Solar/Log/Adapter/Echo.php
===================================================================
--- trunk/Solar/Log/Adapter/Echo.php	2007-10-06 15:49:24 UTC (rev 2822)
+++ trunk/Solar/Log/Adapter/Echo.php	2007-10-06 15:51:23 UTC (rev 2823)
@@ -55,7 +55,7 @@
         'format' => '%t %c %e %m', // time, class, event, message
         'output' => null,
     );
-
+    
     /**
      * 
      * Constructor.  Detect output mode by SAPI if none is specified.
@@ -72,7 +72,7 @@
             $this->_config['output'] = $mode;
         }
     }
-
+    
     /**
      * 
      * Echos the log message.
@@ -95,7 +95,7 @@
             array($this->_getTime(), $class, $event, $descr, '%'),
             $this->_config['format']
         );
-
+        
         if (strtolower($this->_config['output']) == 'html') {
             $text = htmlspecialchars($text) . '<br />';
         } else {




More information about the Solar-svn mailing list