Show
Ignore:
Timestamp:
11/04/06 23:49:45 (2 years ago)
Author:
dominik
Message:

more phpdoc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/logging/AgaviLogger.class.php

    r1233 r1238  
    1515 
    1616/** 
    17  * AgaviLogger provides an easy way to manage multiple log destinations and write 
    18  * to them all simultaneously. 
     17 * AgaviLogger provides an easy way to manage multiple log destinations and  
     18 * write to them all simultaneously. 
    1919 * 
    2020 * @package    agavi 
     
    106106   * If an appender with the name already exists, an exception will be thrown. 
    107107   * 
    108    * @param      string        An appender name. 
     108   * @param      string              An appender name. 
    109109   * @param      AgaviLoggerAppender An Appender instance. 
    110110   * 
    111    * @throws     <b>AgaviLoggingException</b> If an appender with the name already 
    112    *                                          exists. 
     111   * @throws     <b>AgaviLoggingException</b> If an appender with the name  
     112   *                                          already exists. 
    113113   * 
    114114   * @author     Sean Kerr <skerr@mojavi.org>