53 if (isset($this->channelToActionLevel[$record[
'channel']])) {
54 return $record[
'level'] >= $this->channelToActionLevel[$record[
'channel']];
__construct($defaultActionLevel, $channelToActionLevel=array())
static toMonologLevel($level)
Converts PSR-3 levels to Monolog ones if necessary.
Interface for activation strategies for the FingersCrossedHandler.
Channel and Error level based monolog activation strategy.
isHandlerActivated(array $record)
Returns whether the given record activates the handler.