Changeset 1238 for trunk/src/logging/AgaviLoggerAppender.class.php
- Timestamp:
- 11/04/06 23:49:45 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/logging/AgaviLoggerAppender.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/logging/AgaviLoggerAppender.class.php
r1233 r1238 15 15 16 16 /** 17 * AgaviLoggerAppender allows you to specify a destination for log data and provide 18 * a custom layout for it, through which all log messages will be formatted. 17 * AgaviLoggerAppender allows you to specify a destination for log data and 18 * provide a custom layout for it, through which all log messages will be 19 * formatted. 19 20 * 20 21 * @package agavi … … 69 70 * Retrieve the layout. 70 71 * 71 * @return AgaviLoggerLayout A Layout instance, if it has been set, otherwise null. 72 * @return AgaviLoggerLayout A Layout instance, if it has been set, 73 * otherwise null. 72 74 * 73 75 * @author Sean Kerr <skerr@mojavi.org>

