Add getLogger() to IServerContainer
Makes my IDE complaining less ;-)
This commit is contained in:
parent
f2d17ea771
commit
0e3e1e3563
|
@ -214,6 +214,13 @@ interface IServerContainer {
|
|||
*/
|
||||
function getJobList();
|
||||
|
||||
/**
|
||||
* Returns a logger instance
|
||||
*
|
||||
* @return \OCP\ILogger
|
||||
*/
|
||||
function getLogger();
|
||||
|
||||
/**
|
||||
* Returns a router for generating and matching urls
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue