|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 23 of file class.ilLoggingSetupConfig.php.
| ilLoggingSetupConfig::__construct | ( | bool | $enabled, |
| ?string | $path_to_logfile, | ||
| ?string | $errorlog_dir | ||
| ) |
Definition at line 31 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 65 of file class.ilLoggingSetupConfig.php.
References $errorlog_dir.
| ilLoggingSetupConfig::getPathToLogfile | ( | ) |
Definition at line 60 of file class.ilLoggingSetupConfig.php.
References $path_to_logfile.
| ilLoggingSetupConfig::isEnabled | ( | ) |
Definition at line 55 of file class.ilLoggingSetupConfig.php.
References $enabled.
|
protected |
Definition at line 46 of file class.ilLoggingSetupConfig.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 25 of file class.ilLoggingSetupConfig.php.
Referenced by __construct(), and isEnabled().
|
protected |
Definition at line 29 of file class.ilLoggingSetupConfig.php.
Referenced by getErrorlogDir().
|
protected |
Definition at line 28 of file class.ilLoggingSetupConfig.php.
|
protected |
Definition at line 27 of file class.ilLoggingSetupConfig.php.
Referenced by __construct(), and getPathToLogfile().