ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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().
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().
|
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().