19 declare(strict_types=1);
33 ?
string $path_to_logfile,
36 if ($enabled && !$path_to_logfile) {
37 throw new \InvalidArgumentException(
38 "Expected a path to the logfile, if logging is enabled." 42 $this->path_to_logfile = $this->
normalizePath($path_to_logfile);
51 $p = preg_replace(
"/\\\\/",
"/", $p);
52 return preg_replace(
"%/+$%",
"", $p);
__construct(bool $enabled, ?string $path_to_logfile, ?string $errorlog_dir)
string $path_to_errorlogfiles
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
normalizePath(?string $p)
A configuration for the setup.