ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 16 of file class.ilLoggingErrorFileStorage.php.
|
protected |
Definition at line 28 of file class.ilLoggingErrorFileStorage.php.
References pageHeader().
Referenced by write().
|
protected |
Definition at line 22 of file class.ilLoggingErrorFileStorage.php.
References ilUtil\makeDirParents().
Referenced by write().
|
protected |
Get a short info about the exception.
Definition at line 59 of file class.ilLoggingErrorFileStorage.php.
|
private |
Replace passwort from post array with security message.
array | $post |
Definition at line 128 of file class.ilLoggingErrorFileStorage.php.
Referenced by tables().
|
protected |
Get the header for the page.
Definition at line 50 of file class.ilLoggingErrorFileStorage.php.
Referenced by content().
|
private |
Shorts the php session id.
array | $server |
Definition at line 143 of file class.ilLoggingErrorFileStorage.php.
References $ilLog, and $server.
Referenced by tables().
|
protected |
Get the tables that should be rendered.
Definition at line 103 of file class.ilLoggingErrorFileStorage.php.
References $_COOKIE, $_GET, $_POST, $_SERVER, $_SESSION, $server, array, hidePassword(), and shortenPHPSessionId().
Referenced by tablesContent().
|
protected |
Get the header for the page.
Definition at line 68 of file class.ilLoggingErrorFileStorage.php.
References $ret, $title, and tables().
ilLoggingErrorFileStorage::write | ( | ) |
Definition at line 35 of file class.ilLoggingErrorFileStorage.php.
References content(), and createDir().
Referenced by ilErrorHandling\defaultHandler().
const ilLoggingErrorFileStorage::FILE_FORMAT = ".log" |
Definition at line 14 of file class.ilLoggingErrorFileStorage.php.
const ilLoggingErrorFileStorage::KEY_SPACE = 25 |
Definition at line 13 of file class.ilLoggingErrorFileStorage.php.