|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
individual log levels for components More...
Collaboration diagram for ilLogComponentLevel:Public Member Functions | |
| __construct ($a_component_id, $a_level=null) | |
| getComponentId () | |
| setLevel ($a_level) | |
| getLevel () | |
| update () | |
| read () | |
| Read entry @global type $ilDB. More... | |
Private Attributes | |
| $compontent_id = '' | |
| $component_level = null | |
individual log levels for components
Definition at line 11 of file class.ilLogComponentLevel.php.
| ilLogComponentLevel::__construct | ( | $a_component_id, | |
$a_level = null |
|||
| ) |
Definition at line 16 of file class.ilLogComponentLevel.php.
References read(), and setLevel().
Here is the call graph for this function:| ilLogComponentLevel::getComponentId | ( | ) |
Definition at line 26 of file class.ilLogComponentLevel.php.
References $compontent_id.
Referenced by read(), and update().
Here is the caller graph for this function:| ilLogComponentLevel::getLevel | ( | ) |
Definition at line 36 of file class.ilLogComponentLevel.php.
References $component_level.
Referenced by update().
Here is the caller graph for this function:| ilLogComponentLevel::read | ( | ) |
Read entry @global type $ilDB.
Definition at line 60 of file class.ilLogComponentLevel.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and getComponentId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLogComponentLevel::setLevel | ( | $a_level | ) |
Definition at line 31 of file class.ilLogComponentLevel.php.
Referenced by __construct().
Here is the caller graph for this function:| ilLogComponentLevel::update | ( | ) |
Definition at line 41 of file class.ilLogComponentLevel.php.
References $DIC, $ilDB, getComponentId(), getLevel(), and ilLoggerFactory\getLogger().
Here is the call graph for this function:
|
private |
Definition at line 14 of file class.ilLogComponentLevel.php.
Referenced by getLevel().
|
private |
Definition at line 13 of file class.ilLogComponentLevel.php.
Referenced by getComponentId().