ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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().
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().
|
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().