mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
parent
cfb26e22b3
commit
60a951a97d
1 changed files with 10 additions and 0 deletions
|
|
@ -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…
Reference in a new issue