ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Saves error informations into file. More...
Public Member Functions | |
__construct ($inspector, $file_path, $file_name) | |
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 | |
hidePassword (array $post) | |
Replace passwort from post array with security message. More... | |
shortenPHPSessionId (array $server) | |
Shorts the php session id. More... | |
Saves error informations into file.
Definition at line 12 of file class.ilLoggingErrorFileStorage.php.
ilLoggingErrorFileStorage::__construct | ( | $inspector, | |
$file_path, | |||
$file_name | |||
) |
Definition at line 17 of file class.ilLoggingErrorFileStorage.php.
|
protected |
Definition at line 31 of file class.ilLoggingErrorFileStorage.php.
References exceptionContent(), pageHeader(), and tablesContent().
Referenced by write().
|
protected |
Definition at line 24 of file class.ilLoggingErrorFileStorage.php.
References ilUtil\makeDirParents().
Referenced by write().
|
protected |
Get a short info about the exception.
Definition at line 65 of file class.ilLoggingErrorFileStorage.php.
Referenced by content().
|
private |
Replace passwort from post array with security message.
array | $post |
Definition at line 135 of file class.ilLoggingErrorFileStorage.php.
References $post.
Referenced by tables().
|
protected |
Get the header for the page.
Definition at line 55 of file class.ilLoggingErrorFileStorage.php.
Referenced by content().
|
private |
Shorts the php session id.
array | $server |
Definition at line 151 of file class.ilLoggingErrorFileStorage.php.
Referenced by tables().
|
protected |
Get the tables that should be rendered.
Definition at line 110 of file class.ilLoggingErrorFileStorage.php.
References $_COOKIE, $_GET, $_POST, $_SERVER, $_SESSION, $post, $server, hidePassword(), and shortenPHPSessionId().
Referenced by tablesContent().
|
protected |
Get the header for the page.
Definition at line 75 of file class.ilLoggingErrorFileStorage.php.
References $key, $ret, $title, and tables().
Referenced by content().
ilLoggingErrorFileStorage::write | ( | ) |
Definition at line 39 of file class.ilLoggingErrorFileStorage.php.
References GuzzleHttp\Psr7\$stream, content(), and createDir().
Referenced by ilErrorHandling\defaultHandler().
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.