| ILIAS
    release_5-4 Revision v5.4.26-12-gabc799a52e6
    | 
Logger settings for setup. More...
 Inheritance diagram for ilLoggingSetupSettings:
 Inheritance diagram for ilLoggingSetupSettings: Collaboration 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 103 of file class.ilLoggingSetupSettings.php.
| ilLoggingSetupSettings::getCacheLevel | ( | ) | 
Get log Level.
Implements ilLoggingSettings.
Definition at line 77 of file class.ilLoggingSetupSettings.php.
References ilLogLevel\INFO.
| ilLoggingSetupSettings::getLevel | ( | ) | 
Get log Level.
Implements ilLoggingSettings.
Definition at line 62 of file class.ilLoggingSetupSettings.php.
References ilLogLevel\INFO.
Referenced by getLevelByComponent().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLoggingSetupSettings::getLevelByComponent | ( | $a_component_id | ) | 
Implements ilLoggingSettings.
Definition at line 68 of file class.ilLoggingSetupSettings.php.
References getLevel().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLoggingSetupSettings::getLogDir | ( | ) | 
Implements ilLoggingSettings.
Definition at line 48 of file class.ilLoggingSetupSettings.php.
References $log_dir.
| ilLoggingSetupSettings::getLogFile | ( | ) | 
Implements ilLoggingSettings.
Definition at line 53 of file class.ilLoggingSetupSettings.php.
References $log_file.
| ilLoggingSetupSettings::init | ( | ) | 
Definition at line 24 of file class.ilLoggingSetupSettings.php.
References $enabled, and $ilIliasIniFile.
| ilLoggingSetupSettings::isBrowserLogEnabled | ( | ) | 
Implements ilLoggingSettings.
Definition at line 93 of file class.ilLoggingSetupSettings.php.
| ilLoggingSetupSettings::isBrowserLogEnabledForUser | ( | $a_login | ) | 
Implements ilLoggingSettings.
Definition at line 98 of file class.ilLoggingSetupSettings.php.
| ilLoggingSetupSettings::isCacheEnabled | ( | ) | 
Implements ilLoggingSettings.
Definition at line 83 of file class.ilLoggingSetupSettings.php.
| ilLoggingSetupSettings::isEnabled | ( | ) | 
Logging enabled.
Implements ilLoggingSettings.
Definition at line 43 of file class.ilLoggingSetupSettings.php.
References $enabled.
| ilLoggingSetupSettings::isMemoryUsageEnabled | ( | ) | 
Implements ilLoggingSettings.
Definition at line 88 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().