Lines Matching refs:logger
34 protected $logger;
84 * Add a logger instance
88 public function setLogger(CLI $logger)
90 $this->logger = $logger;
154 if ($this->logger instanceof CLI) $this->logger->info("Reusing chunks for $page");
186 if ($this->logger) $this->logger->error(
217 if ($this->logger instanceof CLI) {
218 $this->logger->error(
228 if ($this->logger instanceof CLI) {
230 $this->logger->success(
235 $this->logger->warning('{id} could not be split into chunks', ['id' => $page]);
265 if ($this->logger instanceof CLI) {
266 $this->logger->info(
340 if ($this->logger instanceof CLI) $this->logger->warning(