1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 17:46:09 +02:00

Refactored / Renamed the CategoryErrorLevelActivationStrategy to the

more appropriate ChannelLevelActivationStrategy.
This commit is contained in:
Mike Meessen
2013-04-30 10:57:25 +02:00
parent c72aff2238
commit 690bbdb2ff
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ namespace Monolog\Handler\FingersCrossed;
*
* @author Mike Meessen <netmikey@gmail.com>
*/
class CategoryErrorLevelActivationStrategy implements ActivationStrategyInterface
class ChannelLevelActivationStrategy implements ActivationStrategyInterface
{
private $defaultActionLevel;
private $channelToActionLevel;