ILIAS
release_8 Revision v8.19
|
Logger settings for setup. More...
Public Member Functions | |
init () | |
isEnabled () | |
Logging enabled. More... | |
getLogDir () | |
getLogFile () | |
getLevel () | |
Get log Level. More... | |
getLevelByComponent (string $a_component_id) | |
getCacheLevel () | |
Get log Level. More... | |
isCacheEnabled () | |
isMemoryUsageEnabled () | |
isBrowserLogEnabled () | |
isBrowserLogEnabledForUser (string $a_login) | |
getBrowserLogUsers () | |
Private Attributes | |
bool | $enabled = false |
string | $log_dir = '' |
string | $log_file = '' |
Logger settings for setup.
Definition at line 11 of file class.ilLoggingSetupSettings.php.
ilLoggingSetupSettings::getBrowserLogUsers | ( | ) |
Implements ilLoggingSettings.
Definition at line 91 of file class.ilLoggingSetupSettings.php.
ilLoggingSetupSettings::getCacheLevel | ( | ) |
Get log Level.
Implements ilLoggingSettings.
Definition at line 66 of file class.ilLoggingSetupSettings.php.
References ilLogLevel\INFO.
ilLoggingSetupSettings::getLevel | ( | ) |
Get log Level.
Implements ilLoggingSettings.
Definition at line 52 of file class.ilLoggingSetupSettings.php.
References ilLogLevel\INFO.
Referenced by getLevelByComponent().
ilLoggingSetupSettings::getLevelByComponent | ( | string | $a_component_id | ) |
Implements ilLoggingSettings.
Definition at line 57 of file class.ilLoggingSetupSettings.php.
References getLevel().
ilLoggingSetupSettings::getLogDir | ( | ) |
Implements ilLoggingSettings.
Definition at line 38 of file class.ilLoggingSetupSettings.php.
References $log_dir.
ilLoggingSetupSettings::getLogFile | ( | ) |
Implements ilLoggingSettings.
Definition at line 43 of file class.ilLoggingSetupSettings.php.
References $log_file.
ilLoggingSetupSettings::init | ( | ) |
Definition at line 18 of file class.ilLoggingSetupSettings.php.
References $ilIliasIniFile.
ilLoggingSetupSettings::isBrowserLogEnabled | ( | ) |
Implements ilLoggingSettings.
Definition at line 81 of file class.ilLoggingSetupSettings.php.
ilLoggingSetupSettings::isBrowserLogEnabledForUser | ( | string | $a_login | ) |
Implements ilLoggingSettings.
Definition at line 86 of file class.ilLoggingSetupSettings.php.
ilLoggingSetupSettings::isCacheEnabled | ( | ) |
Implements ilLoggingSettings.
Definition at line 71 of file class.ilLoggingSetupSettings.php.
ilLoggingSetupSettings::isEnabled | ( | ) |
Logging enabled.
Implements ilLoggingSettings.
Definition at line 33 of file class.ilLoggingSetupSettings.php.
References $enabled.
ilLoggingSetupSettings::isMemoryUsageEnabled | ( | ) |
Implements ilLoggingSettings.
Definition at line 76 of file class.ilLoggingSetupSettings.php.
|
private |
Definition at line 13 of file class.ilLoggingSetupSettings.php.
Referenced by isEnabled().
|
private |
Definition at line 14 of file class.ilLoggingSetupSettings.php.
Referenced by getLogDir().
|
private |
Definition at line 15 of file class.ilLoggingSetupSettings.php.
Referenced by getLogFile().