Searched refs:logger (Results 1 – 4 of 4) sorted by relevance
36 protected $logger; variable in dokuwiki\\Search\\Indexer44 * @param callable $logger47 public function setLogger(callable $logger): static argument49 $this->logger = $logger; variable in dokuwiki\\Search\\Indexer60 if ($this->logger)($this->logger)($message);
285 $logger = Logger::getInstance($facility);286 $logger->expect($message);
130 The CLI class is a fully PSR-3 compatible logger (printing colored log data to STDOUT and STDERR). …138 The resulting object then can be passed as the logger instance. The difference between the two is i…140 Note: if your backend code calls for a PSR-3 logger but does not actually type check for the interf…
713 "psr/log": "Allows you to make the CLI available as PSR-3 logger"