Skip to content

Commit ea67129

Browse files
Merge pull request #37480 from nextcloud/fix/ocp/ilogfactor-getcustomlogger-deprecation-version
fix(ocp): Add deprecation version to ILogFactory::getCustomLogger
2 parents 5d29a96 + b9850fb commit ea67129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/public/Log/ILogFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function get(string $type): IWriter;
4444
* @param string $path
4545
* @return ILogger
4646
* @since 14.0.0
47-
* @deprecated use \OCP\Log\ILogFactory::getCustomPsrLogger
47+
* @deprecated 22.0.0 Use \OCP\Log\ILogFactory::getCustomPsrLogger
4848
* @see \OCP\Log\ILogFactory::getCustomPsrLogger
4949
*/
5050
public function getCustomLogger(string $path): ILogger;

0 commit comments

Comments
 (0)