|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
individual log levels for components More...
Collaboration diagram for ilLogComponentLevel:Public Member Functions | |
| __construct ($a_component_id) | |
| 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 | ) |
Definition at line 16 of file class.ilLogComponentLevel.php.
References read().
Here is the call graph for this function:| ilLogComponentLevel::getComponentId | ( | ) |
Definition at line 22 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 32 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 54 of file class.ilLogComponentLevel.php.
References $ilDB, $query, $res, $row, DB_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 27 of file class.ilLogComponentLevel.php.
| ilLogComponentLevel::update | ( | ) |
Definition at line 37 of file class.ilLogComponentLevel.php.
References $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().