ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
interface.ilLoggingSettings.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4include_once './Services/Logging/classes/public/class.ilLogLevel.php';
5include_once './Services/Administration/classes/class.ilSetting.php';
6
16{
17 public function isEnabled();
18
19 public function getLogDir();
20
21 public function getLogFile();
22
23 public function getLevel();
24
25 public function getLevelByComponent($a_component_id);
26
27 public function getCacheLevel();
28
29 public function isCacheEnabled();
30
31 public function isMemoryUsageEnabled();
32
33 public function isBrowserLogEnabled();
34
35 public function isBrowserLogEnabledForUser($a_login);
36
37 public function getBrowserLogUsers();
38
39}
isBrowserLogEnabledForUser($a_login)
getLevelByComponent($a_component_id)