|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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 | |
| bool | $enabled |
| string | $path_to_logfile |
| string | $path_to_errorlogfiles |
| string | $errorlog_dir |
Definition at line 9 of file class.ilLoggingSetupConfig.php.
| ilLoggingSetupConfig::__construct | ( | bool | $enabled, |
| ?string | $path_to_logfile, | ||
| ?string | $errorlog_dir | ||
| ) |
Definition at line 17 of file class.ilLoggingSetupConfig.php.
References $enabled, and normalizePath().
Here is the call graph for this function:| ilLoggingSetupConfig::getErrorlogDir | ( | ) |
| ilLoggingSetupConfig::getPathToLogfile | ( | ) |
Definition at line 46 of file class.ilLoggingSetupConfig.php.
References $path_to_logfile.
| ilLoggingSetupConfig::isEnabled | ( | ) |
|
protected |
Definition at line 32 of file class.ilLoggingSetupConfig.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 11 of file class.ilLoggingSetupConfig.php.
Referenced by __construct(), and isEnabled().
|
protected |
Definition at line 15 of file class.ilLoggingSetupConfig.php.
Referenced by getErrorlogDir().
|
protected |
Definition at line 14 of file class.ilLoggingSetupConfig.php.
|
protected |
Definition at line 13 of file class.ilLoggingSetupConfig.php.
Referenced by getPathToLogfile().