Changeset 1238 for trunk/src/logging/AgaviLogger.class.php
- Timestamp:
- 11/04/06 23:49:45 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/logging/AgaviLogger.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/logging/AgaviLogger.class.php
r1233 r1238 15 15 16 16 /** 17 * AgaviLogger provides an easy way to manage multiple log destinations and write18 * to them all simultaneously.17 * AgaviLogger provides an easy way to manage multiple log destinations and 18 * write to them all simultaneously. 19 19 * 20 20 * @package agavi … … 106 106 * If an appender with the name already exists, an exception will be thrown. 107 107 * 108 * @param string An appender name.108 * @param string An appender name. 109 109 * @param AgaviLoggerAppender An Appender instance. 110 110 * 111 * @throws <b>AgaviLoggingException</b> If an appender with the name already112 * exists.111 * @throws <b>AgaviLoggingException</b> If an appender with the name 112 * already exists. 113 113 * 114 114 * @author Sean Kerr <skerr@mojavi.org>

