19 declare(strict_types=1);
47 $this->enabled = (bool) ILIAS_LOG_ENABLED;
51 $this->storage =
new ilSetting(
'logging');
57 if (self::$instance) {
58 return self::$instance;
60 return self::$instance =
new self();
70 foreach ($levels as $level) {
71 if ($level->getComponentId() == $a_component_id) {
72 if ($level->getLevel()) {
73 return $level->getLevel();
104 return ILIAS_LOG_FILE;
114 $this->level = $a_level;
119 $this->cache_level = $a_level;
129 $this->cache = $a_status;
139 $this->memory_usage = $a_stat;
166 $this->browser = $a_stat;
176 $this->browser_users = $users;
enableMemoryUsage(bool $a_stat)
isBrowserLogEnabledForUser(string $a_login)
enableCaching(bool $a_status)
enableBrowserLog(bool $a_stat)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setBrowserUsers(array $users)
static ilLoggingDBSettings $instance
getLevelByComponent(string $a_component_id)
Get level by component.
setCacheLevel(int $a_level)
isEnabled()
Check if logging is enabled.