ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
interface.ilLoggingSettings.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
14
interface
ilLoggingSettings
15
{
16
public
function
isEnabled
(): bool;
17
18
public
function
getLogDir
(): string;
19
20
public
function
getLogFile
(): string;
21
22
public
function
getLevel
():
int
;
23
24
public
function
getLevelByComponent
(
string
$a_component_id):
int
;
25
26
public
function
getCacheLevel
():
int
;
27
28
public
function
isCacheEnabled
(): bool;
29
30
public
function
isMemoryUsageEnabled
(): bool;
31
32
public
function
isBrowserLogEnabled
(): bool;
33
34
public
function
isBrowserLogEnabledForUser
(
string
$a_login): bool;
35
36
public
function
getBrowserLogUsers
(): array;
37
}
ilLoggingSettings\getLogFile
getLogFile()
ilLoggingSettings\isBrowserLogEnabled
isBrowserLogEnabled()
ilLoggingSettings\getLevel
getLevel()
ilLoggingSettings
Definition:
interface.ilLoggingSettings.php:14
ilLoggingSettings\getCacheLevel
getCacheLevel()
ilLoggingSettings\isCacheEnabled
isCacheEnabled()
ilLoggingSettings\isEnabled
isEnabled()
ilLoggingSettings\getLevelByComponent
getLevelByComponent(string $a_component_id)
ilLoggingSettings\getLogDir
getLogDir()
ilLoggingSettings\isMemoryUsageEnabled
isMemoryUsageEnabled()
ilLoggingSettings\getBrowserLogUsers
getBrowserLogUsers()
ilLoggingSettings\isBrowserLogEnabledForUser
isBrowserLogEnabledForUser(string $a_login)
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
Services
Logging
interfaces
interface.ilLoggingSettings.php
Generated on Sun Aug 31 2025 22:02:23 for ILIAS by
1.8.13 (using
Doxyfile
)