Documentation

ActivationStrategyInterface

Interface for activation strategies for the FingersCrossedHandler.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

phpstan-import-type

Record from \Monolog\Logger

Table of Contents

isHandlerActivated()  : bool
Returns whether the given record activates the handler.

Methods

isHandlerActivated()

Returns whether the given record activates the handler.

public isHandlerActivated(array<string|int, mixed> $record) : bool
Parameters
$record : array<string|int, mixed>
Tags
phpstan-param

Record $record

Return values
bool

Search results