ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Logger settings for setup. More...
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 () | |
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.
References array.
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().
ilLoggingSetupSettings::getLevelByComponent | ( | $a_component_id | ) |
Implements ilLoggingSettings.
Definition at line 68 of file class.ilLoggingSetupSettings.php.
References getLevel().
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, $ilIliasIniFile, and string.
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().