Explorar el Código

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

Jordi Boggiano hace 14 años
padre
commit
e0c12fa080
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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);