| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Logger settings for setup. More...
 Inheritance diagram for ilLoggingSetupSettings:
 Collaboration diagram for ilLoggingSetupSettings: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().
 Here is the caller graph for this function:| ilLoggingSetupSettings::getLevelByComponent | ( | string | $a_component_id | ) | 
Implements ilLoggingSettings.
Definition at line 57 of file class.ilLoggingSetupSettings.php.
References getLevel().
 Here is the call graph for this function:| 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().