1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-08 06:06:40 +02:00

Change the name to ForwarderHandler

This commit is contained in:
lenar
2011-05-10 16:51:09 +03:00
parent 8d68d4cef4
commit 6fcc54d09f

View File

@@ -18,7 +18,7 @@ use Monolog\Logger;
*
* @author Lenar Lõhmus <lenar@city.ee>
*/
class ForwardHandler extends AbstractHandler
class ForwarderHandler extends AbstractHandler
{
private $handlersInitialized;
protected $handlers;
@@ -64,7 +64,7 @@ class ForwardHandler extends AbstractHandler
*/
protected function write(array $record)
{
throw new \BadMethodCallException('This method should not be called directly on the FingersCrossedHandler.');
throw new \BadMethodCallException('This method should not be called directly on the ForwarderHandler.');
}
private function initializeHandlers()