/**
  * add handler
  */
 public function pushHandler()
 {
     $this->logger->getMonolog()->pushHandler(new FluentHandler(new FluentLogger($this->config['host'], $this->config['port'], $this->config['options'])));
 }