ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Logger settings for setup. More...
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 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().
ilLoggingSetupSettings::getLevelByComponent | ( | string | $a_component_id | ) |
Implements ilLoggingSettings.
Definition at line 71 of file class.ilLoggingSetupSettings.php.
References getLevel().
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 | ( | ) |
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 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().