mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
Merge pull request #37480 from nextcloud/fix/ocp/ilogfactor-getcustomlogger-deprecation-version
fix(ocp): Add deprecation version to ILogFactory::getCustomLogger
This commit is contained in:
commit
ea67129b64
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ interface ILogFactory {
|
|||
* @param string $path
|
||||
* @return ILogger
|
||||
* @since 14.0.0
|
||||
* @deprecated use \OCP\Log\ILogFactory::getCustomPsrLogger
|
||||
* @deprecated 22.0.0 Use \OCP\Log\ILogFactory::getCustomPsrLogger
|
||||
* @see \OCP\Log\ILogFactory::getCustomPsrLogger
|
||||
*/
|
||||
public function getCustomLogger(string $path): ILogger;
|
||||
|
|
|
|||
Loading…
Reference in a new issue