ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
interface.ilLoggingSettings.php
Go to the documentation of this file.
1<?php
2
28{
29 public function isEnabled(): bool;
30
31 public function getLogDir(): string;
32
33 public function getLogFile(): string;
34
35 public function getLevel(): int;
36
37 public function getLevelByComponent(string $a_component_id): int;
38
39 public function getCacheLevel(): int;
40
41 public function isCacheEnabled(): bool;
42
43 public function isMemoryUsageEnabled(): bool;
44
45 public function isBrowserLogEnabled(): bool;
46
47 public function isBrowserLogEnabledForUser(string $a_login): bool;
48
49 public function getBrowserLogUsers(): array;
50}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getLevelByComponent(string $a_component_id)
isBrowserLogEnabledForUser(string $a_login)