mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
parent
cfb26e22b3
commit
60a951a97d
@ -136,6 +136,16 @@ class Logger
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the logging level being used
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getLevel()
|
||||
{
|
||||
return $this->level;
|
||||
}
|
||||
|
||||
/**
|
||||
* Register the given message as config error
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user