|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilLoggingSetupConfig:
Collaboration diagram for ilLoggingSetupConfig:Public Member Functions | |
| __construct (bool $enabled, ?string $path_to_logfile, ?string $errorlog_dir) | |
| isEnabled () | |
| getPathToLogfile () | |
| getErrorlogDir () | |
Protected Member Functions | |
| normalizePath (?string $p) | |
Protected Attributes | |
| $enabled | |
| $path_to_logfile | |
| $path_to_errorlogfiles | |
Definition at line 7 of file class.ilLoggingSetupConfig.php.
| ilLoggingSetupConfig::__construct | ( | bool | $enabled, |
| ?string | $path_to_logfile, | ||
| ?string | $errorlog_dir | ||
| ) |
Definition at line 24 of file class.ilLoggingSetupConfig.php.
References $enabled, $path_to_logfile, and normalizePath().
Here is the call graph for this function:| ilLoggingSetupConfig::getErrorlogDir | ( | ) |
Definition at line 58 of file class.ilLoggingSetupConfig.php.
| ilLoggingSetupConfig::getPathToLogfile | ( | ) |
Definition at line 53 of file class.ilLoggingSetupConfig.php.
References $path_to_logfile.
| ilLoggingSetupConfig::isEnabled | ( | ) |
Definition at line 48 of file class.ilLoggingSetupConfig.php.
References $enabled.
|
protected |
Definition at line 39 of file class.ilLoggingSetupConfig.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 12 of file class.ilLoggingSetupConfig.php.
Referenced by __construct(), and isEnabled().
|
protected |
Definition at line 22 of file class.ilLoggingSetupConfig.php.
|
protected |
Definition at line 17 of file class.ilLoggingSetupConfig.php.
Referenced by __construct(), and getPathToLogfile().