mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #38070 from nextcloud/backport/37480/stable26
[stable26] fix(ocp): Add deprecation version to ILogFactory::getCustomLogger
This commit is contained in:
commit
d1640ac758
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