Source for file Echo.php
Documentation is available at Echo.php
// vim: foldmethod=marker  
 *  @author     Masaki Fujimoto <fujimoto@php.net>  
 *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License  
 *  @version    $Id: b85c5275070c9afc6ed8f504ba7847fab7778706 $  
// {{{ Ethna_Plugin_Logwriter_Echo  
 *  @author     Masaki Fujimoto <fujimoto@php.net>  
     *  @param  int     $level      ログレベル(LOG_DEBUG, LOG_NOTICE...)  
     *  @param  string  $message    ログメッセージ(+引数)  
    function log($level, $message)  
            $this->_getLogLevelName($level)  
            $bt = 
$this->_getBacktrace();  
                $tmp .= 
$tmp ? 
sprintf('(%s)', $bt['pos']) : 
$bt['pos'];  
        echo
($prefix . 
$message . 
$br . 
"\n"); 
        return $prefix . 
$message;  
 
 
	
		Documentation generated on Fri, 11 Nov 2011 03:58:01 +0900 by phpDocumentor 1.4.3