Changeset 1238 for trunk/src/logging/AgaviLoggerManager.class.php
- Timestamp:
- 11/04/06 23:49:45 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/logging/AgaviLoggerManager.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/logging/AgaviLoggerManager.class.php
r1233 r1238 54 54 * Initialize this AgaviLoggingManager. 55 55 * 56 * @param AgaviContext An AgaviContext instance. 57 * @param array An array of initialization parameters. 58 * 56 59 * @throws <b>AgaviInitializationException</b> If an error occurs while 57 * initializing a LoggingManager.60 * initializing this instance. 58 61 * 59 62 * @author David Zuelke <dz@bitxtender.com> … … 124 127 * @param string A logger name. 125 128 * 126 * @return AgaviLogger A Logger, if the logger has been removed, else null. 127 * 128 * @throws <b>AgaviLoggingException</b> If the logger name is default, which 129 * cannot be removed. 129 * @return AgaviLogger A Logger, if the logger has been removed, else 130 * null. 131 * 132 * @throws <b>AgaviLoggingException</b> If the logger name is default, 133 * which cannot be removed. 130 134 * 131 135 * @author David Zuelke <dz@bitxtender.com>

