1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 17:16:18 +02:00

Move the stack handling to the Logger class

This commit is contained in:
Jordi Boggiano
2011-02-25 22:00:51 +01:00
parent 1983270611
commit 903bbd0fd6
6 changed files with 40 additions and 83 deletions

View File

@@ -18,11 +18,7 @@ namespace Monolog\Handler;
*/
interface HandlerInterface
{
public function getHandler($message);
public function isHandling($message);
public function handle($message);
public function getParent();
public function setParent(HandlerInterface $parent);
}