19declare(strict_types=1);
43 (
bool)
$ini->readVariable(
"log",
"enabled"),
44 "Is the logging enabled on the installation?"
48 $ini->readVariable(
"log",
"path") .
"/" .
$ini->readVariable(
"log",
"file"),
49 "The path to the logfile."
53 $ini->readVariable(
"log",
"error_path"),
54 "The path to the directory where error protocols are stored."
Base class to simplify collection of metrics.
collectFrom(Environment $environment, Storage $storage)
getTentativePreconditions(Environment $environment)
An environment holds resources to be used in the setup process.
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
storeConfigText(string $key, string $value, ?string $description=null)
storeConfigBool(string $key, bool $value, ?string $description=null)