|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 () | |
| isEnabled () | |
| getLogDir () | |
| getLogFile () | |
| getLevel () | |
| getLevelByComponent (string $a_component_id) | |
| getCacheLevel () | |
| 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 25 of file class.ilLoggingSetupSettings.php.
| ilLoggingSetupSettings::getBrowserLogUsers | ( | ) |
Implements ilLoggingSettings.
Definition at line 105 of file class.ilLoggingSetupSettings.php.
| ilLoggingSetupSettings::getCacheLevel | ( | ) |
Get log Level.
Implements ilLoggingSettings.
Definition at line 80 of file class.ilLoggingSetupSettings.php.
References ilLogLevel\INFO.
| ilLoggingSetupSettings::getLevel | ( | ) |
Get log Level.
Implements ilLoggingSettings.
Definition at line 66 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 71 of file class.ilLoggingSetupSettings.php.
References getLevel().
Here is the call graph for this function:| ilLoggingSetupSettings::getLogDir | ( | ) |
Implements ilLoggingSettings.
Definition at line 52 of file class.ilLoggingSetupSettings.php.
References $log_dir.
| ilLoggingSetupSettings::getLogFile | ( | ) |
Implements ilLoggingSettings.
Definition at line 57 of file class.ilLoggingSetupSettings.php.
References $log_file.
| ilLoggingSetupSettings::init | ( | ) |
Definition at line 32 of file class.ilLoggingSetupSettings.php.
References $enabled, and $ilIliasIniFile.
| ilLoggingSetupSettings::isBrowserLogEnabled | ( | ) |
Implements ilLoggingSettings.
Definition at line 95 of file class.ilLoggingSetupSettings.php.
| ilLoggingSetupSettings::isBrowserLogEnabledForUser | ( | string | $a_login | ) |
Implements ilLoggingSettings.
Definition at line 100 of file class.ilLoggingSetupSettings.php.
| ilLoggingSetupSettings::isCacheEnabled | ( | ) |
Implements ilLoggingSettings.
Definition at line 85 of file class.ilLoggingSetupSettings.php.
| ilLoggingSetupSettings::isEnabled | ( | ) |
Logging enabled.
Implements ilLoggingSettings.
Definition at line 47 of file class.ilLoggingSetupSettings.php.
References $enabled.
| ilLoggingSetupSettings::isMemoryUsageEnabled | ( | ) |
Implements ilLoggingSettings.
Definition at line 90 of file class.ilLoggingSetupSettings.php.
|
private |
Definition at line 27 of file class.ilLoggingSetupSettings.php.
Referenced by init(), and isEnabled().
|
private |
Definition at line 28 of file class.ilLoggingSetupSettings.php.
Referenced by getLogDir().
|
private |
Definition at line 29 of file class.ilLoggingSetupSettings.php.
Referenced by getLogFile().