Skip to content
Snippets Groups Projects
Commit 0e3e1e35 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Add getLogger() to IServerContainer

Makes my IDE complaining less ;-)
parent f2d17ea7
Branches
No related tags found
No related merge requests found
......@@ -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
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment