parent
cfb26e22b3
commit
60a951a97d
|
@ -136,6 +136,16 @@ class Logger
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return the logging level being used
|
||||||
|
*
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
public function getLevel()
|
||||||
|
{
|
||||||
|
return $this->level;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Register the given message as config error
|
* Register the given message as config error
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue