23 return hash(
"sha256", self::class);
28 return "Fill ini with settings for Services/Logging";
38 $common_config = $environment->getConfigFor(
"common");
46 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
48 $ini->setVariable(
"log",
"enabled", $this->config->isEnabled() ?
"1" :
"0");
49 $ini->setVariable(
"log",
"path", dirname($this->config->getPathToLogfile()));
50 $ini->setVariable(
"log",
"file", basename($this->config->getPathToLogfile()));
51 $ini->setVariable(
"log",
"error_path", $this->config->getErrorlogDir());
54 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
__construct(\ilLoggingSetupConfig $config)
getPreconditions(Setup\Environment $environment)
An environment holds resources to be used in the setup process.
achieve(Setup\Environment $environment)