Development

Changeset 7254

You must first sign up to be able to contribute.

Changeset 7254

Show
Ignore:
Timestamp:
02/01/08 01:37:38 (9 months ago)
Author:
dwhittle
Message:

dwhittle: fixed phpdoc for logger

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/lib/log/sfLogger.class.php

    r3329 r7254  
    44 * This file is part of the symfony package. 
    55 * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 
    6  *  
     6 * 
    77 * For the full copyright and license information, please view the LICENSE 
    88 * file that was distributed with this source code. 
     
    103103    $this->level = $level; 
    104104  } 
    105    
     105 
    106106  /** 
    107107   * Retrieves current loggers. 
     
    113113    return $this->loggers; 
    114114  } 
    115    
     115 
    116116  /** 
    117117   * Registers a logger. 
    118118   * 
    119    * @param string Logger name 
     119   * @param object The Logger object 
    120120   */ 
    121121  public function registerLogger($logger)