예제 #1
0
파일: Log.php 프로젝트: Victopia/prefw
 static function setLogger(LoggerInterface $logger)
 {
     self::$loggers[$logger->getName()] = $logger;
 }