|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Logger settings for setup. More...
Inheritance diagram for ilLoggingSetupSettings:
Collaboration diagram for ilLoggingSetupSettings:Public Member Functions | |
| __construct () | |
| init () | |
| isEnabled () | |
| Logging enabled. More... | |
| getLogDir () | |
| getLogFile () | |
| getLevel () | |
| Get log Level. More... | |
| getLevelByComponent ($a_component_id) | |
| getCacheLevel () | |
| Get log Level. More... | |
| isCacheEnabled () | |
| isMemoryUsageEnabled () | |
| isBrowserLogEnabled () | |
| isBrowserLogEnabledForUser ($a_login) | |
| getBrowserLogUsers () | |
| isEnabled () | |
| getLogDir () | |
| getLogFile () | |
| getLevel () | |
| getLevelByComponent ($a_component_id) | |
| getCacheLevel () | |
| isCacheEnabled () | |
| isMemoryUsageEnabled () | |
| isBrowserLogEnabled () | |
| isBrowserLogEnabledForUser ($a_login) | |
| getBrowserLogUsers () | |
Private Attributes | |
| $enabled = FALSE | |
| $log_dir = '' | |
| $log_file = '' | |
Logger settings for setup.
Definition at line 13 of file class.ilLoggingSetupSettings.php.
| ilLoggingSetupSettings::__construct | ( | ) |
Definition at line 20 of file class.ilLoggingSetupSettings.php.
| ilLoggingSetupSettings::getBrowserLogUsers | ( | ) |
Implements ilLoggingSettings.
Definition at line 104 of file class.ilLoggingSetupSettings.php.
| ilLoggingSetupSettings::getCacheLevel | ( | ) |
Get log Level.
Implements ilLoggingSettings.
Definition at line 78 of file class.ilLoggingSetupSettings.php.
References ilLogLevel\INFO.
| ilLoggingSetupSettings::getLevel | ( | ) |
Get log Level.
Implements ilLoggingSettings.
Definition at line 63 of file class.ilLoggingSetupSettings.php.
References ilLogLevel\INFO.
Referenced by getLevelByComponent().
Here is the caller graph for this function:| ilLoggingSetupSettings::getLevelByComponent | ( | $a_component_id | ) |
Implements ilLoggingSettings.
Definition at line 69 of file class.ilLoggingSetupSettings.php.
References getLevel().
Here is the call graph for this function:| ilLoggingSetupSettings::getLogDir | ( | ) |
Implements ilLoggingSettings.
Definition at line 49 of file class.ilLoggingSetupSettings.php.
References $log_dir.
| ilLoggingSetupSettings::getLogFile | ( | ) |
Implements ilLoggingSettings.
Definition at line 54 of file class.ilLoggingSetupSettings.php.
References $log_file.
| ilLoggingSetupSettings::init | ( | ) |
Definition at line 25 of file class.ilLoggingSetupSettings.php.
References $enabled, and $ilIliasIniFile.
| ilLoggingSetupSettings::isBrowserLogEnabled | ( | ) |
Implements ilLoggingSettings.
Definition at line 94 of file class.ilLoggingSetupSettings.php.
| ilLoggingSetupSettings::isBrowserLogEnabledForUser | ( | $a_login | ) |
Implements ilLoggingSettings.
Definition at line 99 of file class.ilLoggingSetupSettings.php.
| ilLoggingSetupSettings::isCacheEnabled | ( | ) |
Implements ilLoggingSettings.
Definition at line 84 of file class.ilLoggingSetupSettings.php.
| ilLoggingSetupSettings::isEnabled | ( | ) |
Logging enabled.
Implements ilLoggingSettings.
Definition at line 44 of file class.ilLoggingSetupSettings.php.
References $enabled.
| ilLoggingSetupSettings::isMemoryUsageEnabled | ( | ) |
Implements ilLoggingSettings.
Definition at line 89 of file class.ilLoggingSetupSettings.php.
|
private |
Definition at line 15 of file class.ilLoggingSetupSettings.php.
Referenced by init(), and isEnabled().
|
private |
Definition at line 16 of file class.ilLoggingSetupSettings.php.
Referenced by getLogDir().
|
private |
Definition at line 17 of file class.ilLoggingSetupSettings.php.
Referenced by getLogFile().