Lines Matching refs:logger
30 protected $logger; variable in dokuwiki\\plugin\\aichat\\Embeddings
109 public function setLogger(CLI $logger) argument
111 $this->logger = $logger;
181 if ($this->logger instanceof CLI) $this->logger->info("Reusing chunks for $page");
208 if ($this->logger) $this->logger->error(
259 if ($this->logger instanceof CLI) {
260 $this->logger->error(
270 if ($this->logger instanceof CLI) {
272 $this->logger->success(
277 $this->logger->warning('{id} could not be split into chunks', ['id' => $page]);
314 if ($this->logger instanceof CLI) {
315 $this->logger->info(
389 if ($this->logger instanceof CLI) $this->logger->warning(
400 if ($this->logger instanceof CLI) $this->logger->warning(