|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilLoggingErrorFileStorage: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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 57 of file class.ilLoggingErrorFileStorage.php.
References ilFileUtils\makeDirParents().
Referenced by write().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 87 of file class.ilLoggingErrorFileStorage.php.
Referenced by content().
Here is the caller graph for this function:
|
private |
| array<string,mixed> | $super_global |
Definition at line 162 of file class.ilLoggingErrorFileStorage.php.
Referenced by tables().
Here is the caller graph for this function:
|
protected |
Definition at line 82 of file class.ilLoggingErrorFileStorage.php.
Referenced by content().
Here is the caller graph for this function:
|
private |
Definition at line 177 of file class.ilLoggingErrorFileStorage.php.
References $server.
Referenced by tables().
Here is the caller graph for this function:
|
private |
Definition at line 52 of file class.ilLoggingErrorFileStorage.php.
Referenced by tablesContent().
Here is the caller graph for this function:
|
protected |
Definition at line 138 of file class.ilLoggingErrorFileStorage.php.
References $_COOKIE, $_GET, $_POST, $_SERVER, $post, $server, hideSensitiveData(), and shortenPHPSessionId().
Referenced by tablesContent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 107 of file class.ilLoggingErrorFileStorage.php.
References stripNullBytes(), and tables().
Referenced by content().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| ilLoggingErrorFileStorage::write | ( | ) |
Definition at line 71 of file class.ilLoggingErrorFileStorage.php.
References content(), and createDir().
Referenced by ilErrorHandling\defaultHandler().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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.