Add getLogger() to IServerContainer

Makes my IDE complaining less ;-)
This commit is contained in:
Lukas Reschke 2014-11-06 13:36:36 +01:00
parent f2d17ea771
commit 0e3e1e3563
1 changed files with 7 additions and 0 deletions

View File

@ -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
*