◆ __construct()
ilLoggingSetupConfig::__construct |
( |
bool |
$enabled, |
|
|
?string |
$path_to_logfile, |
|
|
?string |
$errorlog_dir |
|
) |
| |
◆ getErrorlogDir()
ilLoggingSetupConfig::getErrorlogDir |
( |
| ) |
|
◆ getPathToLogfile()
ilLoggingSetupConfig::getPathToLogfile |
( |
| ) |
|
◆ isEnabled()
ilLoggingSetupConfig::isEnabled |
( |
| ) |
|
◆ normalizePath()
ilLoggingSetupConfig::normalizePath |
( |
?string |
$p | ) |
|
|
protected |
Definition at line 46 of file class.ilLoggingSetupConfig.php.
References null.
Referenced by __construct().
51 $p = preg_replace(
"/\\\\/",
"/", $p);
52 return preg_replace(
"%/+$%",
"", $p);
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
◆ $enabled
bool ilLoggingSetupConfig::$enabled |
|
protected |
◆ $errorlog_dir
string ilLoggingSetupConfig::$errorlog_dir |
|
protected |
◆ $path_to_errorlogfiles
string ilLoggingSetupConfig::$path_to_errorlogfiles |
|
protected |
◆ $path_to_logfile
string ilLoggingSetupConfig::$path_to_logfile |
|
protected |
The documentation for this class was generated from the following file: