Преглед изворни кода

[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);