소스 검색

[HttpKernel] Removed log() from the LoggerInterface as the priority can not be safely determined across implementations

Jordi Boggiano 14 년 전
부모
커밋
e0c12fa080
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/Symfony/Component/HttpKernel/Log/LoggerInterface.php

+ 0 - 2
src/Symfony/Component/HttpKernel/Log/LoggerInterface.php

@@ -18,8 +18,6 @@ namespace Symfony\Component\HttpKernel\Log;
  */
 interface LoggerInterface
 {
-    function log($message, $priority);
-
     function emerg($message);
 
     function alert($message);