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

Merge pull request #11998 from owncloud/add-get-logger-to-interface

Add getLogger() to IServerContainer
parents 2090e9b6 0e3e1e35
No related branches found
No related tags found
No related merge requests found
......@@ -227,6 +227,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