◆ collectFrom()
ilLoggingMetricsCollectedObjective::collectFrom |
( |
Environment |
$environment, |
|
|
Storage |
$storage |
|
) |
| |
|
protected |
Definition at line 20 of file class.ilLoggingMetricsCollectedObjective.php.
References $ini, ILIAS\Setup\Environment\getResource(), ILIAS\Setup\Metrics\Storage\storeConfigBool(), and ILIAS\Setup\Metrics\Storage\storeConfigText().
29 (
bool)
$ini->readVariable(
"log",
"enabled"),
30 "Is the logging enabled on the installation?" 34 $ini->readVariable(
"log",
"path") .
"/" .
$ini->readVariable(
"log",
"file"),
35 "The path to the logfile." 39 $ini->readVariable(
"log",
"error_path"),
40 "The path to the directory where error protocols are stored." storeConfigText(string $key, string $value, string $description=null)
storeConfigBool(string $key, bool $value, string $description=null)
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
◆ getTentativePreconditions()
ilLoggingMetricsCollectedObjective::getTentativePreconditions |
( |
Environment |
$environment | ) |
|
|
protected |
The documentation for this class was generated from the following file: