ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
j
l
m
p
s
t
u
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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 Apr 20 2025 22:02:33 for ILIAS by
1.8.13 (using
Doxyfile
)