ILIAS
trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
|
Public Member Functions | |
__construct (Inspector $inspector, string $file_path, string $file_name) | |
withExclusionList (array $exclusion_list) | |
write () | |
Protected Member Functions | |
createDir () | |
content () | |
pageHeader () | |
exceptionContent () | |
tablesContent () | |
tables () | |
Protected Attributes | |
const | KEY_SPACE = 25 |
const | FILE_FORMAT = '.log' |
Inspector | $inspector |
string | $file_path |
string | $file_name |
Private Member Functions | |
stripNullBytes (string $ret) | |
hideSensitiveData (array $super_global) | |
shortenPHPSessionId (array $server) | |
Private Attributes | |
array | $exclusion_list = [] |
Definition at line 24 of file class.ilLoggingErrorFileStorage.php.
ilLoggingErrorFileStorage::__construct | ( | Inspector | $inspector, |
string | $file_path, | ||
string | $file_name | ||
) |
Definition at line 35 of file class.ilLoggingErrorFileStorage.php.
References $file_name, $file_path, and $inspector.
|
protected |
Definition at line 64 of file class.ilLoggingErrorFileStorage.php.
References exceptionContent(), pageHeader(), and tablesContent().
Referenced by write().
|
protected |
Definition at line 57 of file class.ilLoggingErrorFileStorage.php.
References ilFileUtils\makeDirParents().
Referenced by write().
|
protected |
Definition at line 87 of file class.ilLoggingErrorFileStorage.php.
References $message.
Referenced by content().
|
private |
array<string,mixed> | $super_global |
Definition at line 162 of file class.ilLoggingErrorFileStorage.php.
Referenced by tables().
|
protected |
Definition at line 82 of file class.ilLoggingErrorFileStorage.php.
Referenced by content().
|
private |
Definition at line 177 of file class.ilLoggingErrorFileStorage.php.
References $server.
Referenced by tables().
|
private |
Definition at line 52 of file class.ilLoggingErrorFileStorage.php.
Referenced by tablesContent().
|
protected |
Definition at line 138 of file class.ilLoggingErrorFileStorage.php.
References $_COOKIE, $_GET, $_SERVER, $post, $server, hideSensitiveData(), and shortenPHPSessionId().
Referenced by tablesContent().
|
protected |
Definition at line 107 of file class.ilLoggingErrorFileStorage.php.
References stripNullBytes(), and tables().
Referenced by content().
ilLoggingErrorFileStorage::withExclusionList | ( | array | $exclusion_list | ) |
list<string> | $exclusion_list |
Definition at line 45 of file class.ilLoggingErrorFileStorage.php.
References $exclusion_list.
Referenced by ilErrorHandling\defaultHandler().
ilLoggingErrorFileStorage::write | ( | ) |
Definition at line 71 of file class.ilLoggingErrorFileStorage.php.
References content(), and createDir().
Referenced by ilErrorHandling\defaultHandler().
|
private |
Definition at line 33 of file class.ilLoggingErrorFileStorage.php.
Referenced by withExclusionList().
|
protected |
Definition at line 31 of file class.ilLoggingErrorFileStorage.php.
Referenced by __construct().
|
protected |
Definition at line 30 of file class.ilLoggingErrorFileStorage.php.
Referenced by __construct().
|
protected |
Definition at line 29 of file class.ilLoggingErrorFileStorage.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilLoggingErrorFileStorage.php.
|
protected |
Definition at line 26 of file class.ilLoggingErrorFileStorage.php.