ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Saves error informations into file. More...
Public Member Functions | |
__construct ($inspector, $file_path, $file_name) | |
withExclusionList (array $exclusion_list) | |
write () | |
Data Fields | |
const | KEY_SPACE = 25 |
const | FILE_FORMAT = ".log" |
Protected Member Functions | |
createDir ($path) | |
content () | |
pageHeader () | |
Get the header for the page. More... | |
exceptionContent () | |
Get a short info about the exception. More... | |
tablesContent () | |
Get the header for the page. More... | |
tables () | |
Get the tables that should be rendered. More... | |
Private Member Functions | |
hideSensitiveData (array $super_global) | |
shortenPHPSessionId (array $server) | |
Shorts the php session id. More... | |
Private Attributes | |
$exclusion_list = [] | |
Saves error informations into file.
Definition at line 12 of file class.ilLoggingErrorFileStorage.php.
ilLoggingErrorFileStorage::__construct | ( | $inspector, | |
$file_path, | |||
$file_name | |||
) |
Definition at line 20 of file class.ilLoggingErrorFileStorage.php.
|
protected |
Definition at line 44 of file class.ilLoggingErrorFileStorage.php.
References exceptionContent(), pageHeader(), and tablesContent().
Referenced by write().
|
protected |
Definition at line 37 of file class.ilLoggingErrorFileStorage.php.
References ilUtil\makeDirParents().
Referenced by write().
|
protected |
Get a short info about the exception.
Definition at line 78 of file class.ilLoggingErrorFileStorage.php.
Referenced by content().
|
private |
array<string,mixed> | $super_global |
Definition at line 146 of file class.ilLoggingErrorFileStorage.php.
Referenced by tables().
|
protected |
Get the header for the page.
Definition at line 68 of file class.ilLoggingErrorFileStorage.php.
Referenced by content().
|
private |
Shorts the php session id.
array | $server |
Definition at line 168 of file class.ilLoggingErrorFileStorage.php.
References $server.
Referenced by tables().
|
protected |
Get the tables that should be rendered.
Definition at line 123 of file class.ilLoggingErrorFileStorage.php.
References $_COOKIE, $_GET, $_POST, $_SERVER, $_SESSION, $server, hideSensitiveData(), and shortenPHPSessionId().
Referenced by tablesContent().
|
protected |
Get the header for the page.
Definition at line 88 of file class.ilLoggingErrorFileStorage.php.
References $ret, and tables().
Referenced by content().
ilLoggingErrorFileStorage::withExclusionList | ( | array | $exclusion_list | ) |
list<string> | $exclusion_list |
Definition at line 30 of file class.ilLoggingErrorFileStorage.php.
References $exclusion_list.
Referenced by ilErrorHandling\defaultHandler().
ilLoggingErrorFileStorage::write | ( | ) |
Definition at line 52 of file class.ilLoggingErrorFileStorage.php.
References content(), and createDir().
Referenced by ilErrorHandling\defaultHandler().
|
private |
Definition at line 18 of file class.ilLoggingErrorFileStorage.php.
Referenced by withExclusionList().
const ilLoggingErrorFileStorage::FILE_FORMAT = ".log" |
Definition at line 15 of file class.ilLoggingErrorFileStorage.php.
const ilLoggingErrorFileStorage::KEY_SPACE = 25 |
Definition at line 14 of file class.ilLoggingErrorFileStorage.php.