29 if ($enabled && !$path_to_logfile) {
30 throw new \InvalidArgumentException(
31 "Expected a path to the logfile, if logging is enabled." 35 $this->path_to_logfile = $this->
normalizePath($path_to_logfile);
44 $p = preg_replace(
"/\\\\/",
"/", $p);
45 return preg_replace(
"%/+$%",
"", $p);
60 return $this->errorlog_dir;
__construct(bool $enabled, ?string $path_to_logfile, ?string $errorlog_dir)
normalizePath(?string $p)