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

This commit is contained in:
Jordi Boggiano 2011-05-02 19:04:49 +02:00
parent d05c59227d
commit e0c12fa080

View File

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