|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Error level based activation strategy. More...
Inheritance diagram for Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy:
Collaboration diagram for Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy:Public Member Functions | |
| __construct ($actionLevel) | |
| isHandlerActivated (array $record) | |
| Returns whether the given record activates the handler. More... | |
| isHandlerActivated (array $record) | |
| Returns whether the given record activates the handler. More... | |
Private Attributes | |
| $actionLevel | |
Error level based activation strategy.
Definition at line 21 of file ErrorLevelActivationStrategy.php.
| Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy::__construct | ( | $actionLevel | ) |
Definition at line 25 of file ErrorLevelActivationStrategy.php.
References Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy\$actionLevel, and Monolog\Logger\toMonologLevel().
Here is the call graph for this function:| Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy::isHandlerActivated | ( | array | $record | ) |
Returns whether the given record activates the handler.
| array | $record |
Implements Monolog\Handler\FingersCrossed\ActivationStrategyInterface.
Definition at line 30 of file ErrorLevelActivationStrategy.php.
References Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy\$actionLevel.
|
private |
Definition at line 23 of file ErrorLevelActivationStrategy.php.
Referenced by Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy\__construct(), and Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy\isHandlerActivated().