ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 
4 include_once './Services/Logging/classes/public/class.ilLogLevel.php';
5 include_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 }
isBrowserLogEnabledForUser($a_login)
getLevelByComponent($a_component_id)