|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilLoggingSettings:
Collaboration diagram for ilLoggingSettings:Public Member Functions | |
| isEnabled () | |
| getLogDir () | |
| getLogFile () | |
| getLevel () | |
| getLevelByComponent (string $a_component_id) | |
| getCacheLevel () | |
| isCacheEnabled () | |
| isMemoryUsageEnabled () | |
| isBrowserLogEnabled () | |
| isBrowserLogEnabledForUser (string $a_login) | |
| getBrowserLogUsers () | |
Definition at line 14 of file interface.ilLoggingSettings.php.
| ilLoggingSettings::getBrowserLogUsers | ( | ) |
Implemented in ilLoggingDBSettings, and ilLoggingSetupSettings.
| ilLoggingSettings::getCacheLevel | ( | ) |
Implemented in ilLoggingDBSettings, and ilLoggingSetupSettings.
| ilLoggingSettings::getLevel | ( | ) |
Implemented in ilLoggingDBSettings, and ilLoggingSetupSettings.
| ilLoggingSettings::getLevelByComponent | ( | string | $a_component_id | ) |
Implemented in ilLoggingDBSettings, and ilLoggingSetupSettings.
| ilLoggingSettings::getLogDir | ( | ) |
Implemented in ilLoggingDBSettings, and ilLoggingSetupSettings.
| ilLoggingSettings::getLogFile | ( | ) |
Implemented in ilLoggingDBSettings, and ilLoggingSetupSettings.
| ilLoggingSettings::isBrowserLogEnabled | ( | ) |
Implemented in ilLoggingDBSettings, and ilLoggingSetupSettings.
| ilLoggingSettings::isBrowserLogEnabledForUser | ( | string | $a_login | ) |
Implemented in ilLoggingDBSettings, and ilLoggingSetupSettings.
| ilLoggingSettings::isCacheEnabled | ( | ) |
Implemented in ilLoggingDBSettings, and ilLoggingSetupSettings.
| ilLoggingSettings::isEnabled | ( | ) |
Implemented in ilLoggingDBSettings, and ilLoggingSetupSettings.
| ilLoggingSettings::isMemoryUsageEnabled | ( | ) |
Implemented in ilLoggingDBSettings, and ilLoggingSetupSettings.