ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
individual log levels for components More...
Public Member Functions | |
getLogComponents () | |
Get component levels. More... | |
read () | |
Static Public Member Functions | |
static | getInstance () |
static | updateFromXML ($a_component_id) |
Protected Member Functions | |
__construct () | |
constructor More... | |
Protected Attributes | |
array | $components = array() |
ilDBInterface | $db |
Static Protected Attributes | |
static ilLogComponentLevels | $instance = null |
individual log levels for components
Definition at line 28 of file class.ilLogComponentLevels.php.
|
protected |
constructor
Definition at line 41 of file class.ilLogComponentLevels.php.
|
static |
Definition at line 48 of file class.ilLogComponentLevels.php.
Referenced by ilLoggingDBSettings\getLevelByComponent(), ilLogComponentTableGUI\parse(), and ilObjLoggingSettingsGUI\resetComponentLevels().
ilLogComponentLevels::getLogComponents | ( | ) |
Get component levels.
Definition at line 85 of file class.ilLogComponentLevels.php.
References $components.
ilLogComponentLevels::read | ( | ) |
Definition at line 90 of file class.ilLogComponentLevels.php.
References $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by __construct().
|
static |
string | $a_component_id |
Definition at line 59 of file class.ilLogComponentLevels.php.
References $DIC, $ilDB, and $res.
Referenced by ilLoggingDefinitionProcessor\beginTag().
|
protected |
Definition at line 34 of file class.ilLogComponentLevels.php.
Referenced by getLogComponents().
|
protected |
Definition at line 36 of file class.ilLogComponentLevels.php.
|
staticprotected |
Definition at line 30 of file class.ilLogComponentLevels.php.