◆ collectFrom()
ilLoggingMetricsCollectedObjective::collectFrom |
( |
Setup\Environment |
$environment, |
|
|
Setup\Metrics\Storage |
$storage |
|
) |
| |
Definition at line 16 of file class.ilLoggingMetricsCollectedObjective.php.
References $ini.
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."
◆ getTentativePreconditions()
ilLoggingMetricsCollectedObjective::getTentativePreconditions |
( |
Setup\Environment |
$environment | ) |
|
The documentation for this class was generated from the following file: