Changeset 332
- Timestamp:
- 12/28/07 13:39:26 (6 months ago)
- Files:
-
- branches/2.3/classes/phing/Phing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/classes/phing/Phing.php
r331 r332 638 638 $classname = self::import($this->loggerClassname); 639 639 $logger = new $classname; 640 if (!($logger instanceof BuildLogger)) { 641 throw new BuildException($classname . ' does not implement the BuildLogger interface.'); 642 } 640 643 } else { 641 644 require_once 'phing/listener/DefaultLogger.php';
