19 declare(strict_types=1);
38 $this->db = $DIC->database();
39 $this->compontent_id = $a_component_id;
40 if ($a_level ===
null) {
54 $this->component_level = $a_level;
67 array(
'log_level' => array(
'integer',$this->
getLevel()))
71 public function read(): void
73 $query =
'SELECT * FROM log_components ' .
74 'WHERE component_id = ' . $this->db->quote($this->
getComponentId(),
'text');
76 $res = $this->db->query($query);
78 $this->component_level = (
int) $row->log_level;
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(string $a_component_id, ?int $a_level=null)
individual log levels for components