ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
15
interface
ilLoggingSettings
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
}
ilLoggingSettings\isBrowserLogEnabledForUser
isBrowserLogEnabledForUser($a_login)
ilLoggingSettings\getLogFile
getLogFile()
ilLoggingSettings\isBrowserLogEnabled
isBrowserLogEnabled()
ilLoggingSettings\getLevel
getLevel()
ilLoggingSettings\getLevelByComponent
getLevelByComponent($a_component_id)
ilLoggingSettings
Definition:
interface.ilLoggingSettings.php:15
ilLoggingSettings\getCacheLevel
getCacheLevel()
ilLoggingSettings\isCacheEnabled
isCacheEnabled()
ilLoggingSettings\isEnabled
isEnabled()
ilLoggingSettings\getLogDir
getLogDir()
ilLoggingSettings\isMemoryUsageEnabled
isMemoryUsageEnabled()
ilLoggingSettings\getBrowserLogUsers
getBrowserLogUsers()
php
Services
Logging
interfaces
interface.ilLoggingSettings.php
Generated on Thu Jan 16 2025 19:02:23 for ILIAS by
1.8.13 (using
Doxyfile
)