Example #1
0
 /**
  * Checks whether the Logger has a handler that listens on the given level
  *
  * @param  integer $level
  * @return Boolean
  */
 public function isHandling($level)
 {
     return $this->logger->isHandling($level);
 }