Browse Source

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

Jordi Boggiano 14 năm trước cách đây
mục cha
commit
e0c12fa080
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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);