Exemplo n.º 1
0
 /**
  * Pushes a handler on to the stack.
  *
  * @param HandlerInterface $handler
  */
 public function pushHandler(HandlerInterface $handler)
 {
     $this->logger->pushHandler($handler);
 }