18 $this->compontent_id = $a_component_id;
29 $this->component_level = $a_level;
46 array(
'log_level' => array(
'integer',$this->
getLevel()))
58 $query =
'SELECT * FROM log_components '.
59 'WHERE component_id = '.$ilDB->quote($this->
getComponentId(),
'text');
64 $this->component_level =
$row->log_level;
An exception for terminatinating execution or to throw for unit testing.
individual log levels for components
__construct($a_component_id)
read()
Read entry @global type $ilDB.
static getLogger($a_component_id)
Get component logger.