18 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
23 $storage->storeConfigBool(
25 $ini->readVariable(
"log",
"enabled"),
26 "Is the logging enabled on the installation?"
28 $storage->storeConfigText(
30 $ini->readVariable(
"log",
"path") .
"/" .
$ini->readVariable(
"log",
"file"),
31 "The path to the logfile."
33 $storage->storeConfigText(
35 $ini->readVariable(
"log",
"error_path"),
36 "The path to the directory where error protocols are stored."
An exception for terminatinating execution or to throw for unit testing.
collectFrom(Setup\Environment $environment, Setup\Metrics\Storage $storage)
getTentativePreconditions(Setup\Environment $environment)
An environment holds resources to be used in the setup process.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...