Kraken\Log\LoggerInterface::isHandling PHP Method

isHandling() public method

Check whether the Logger has a handler that listens on the given level.
public isHandling ( integer $level ) : boolean
$level integer
return boolean
    public function isHandling($level);