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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user