diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-03-30 14:11:37 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-03-30 14:11:37 +0200 |
commit | b9850fb926db686353b82458180c8697e19fb7e4 (patch) | |
tree | 65516814b76dcae69d2eb56481a7f933d51a9471 /lib/public/Log | |
parent | da4c5a03390ed4e9d91fb4e501307289a8d5bc18 (diff) | |
download | nextcloud-server-b9850fb926db686353b82458180c8697e19fb7e4.tar.gz nextcloud-server-b9850fb926db686353b82458180c8697e19fb7e4.zip |
fix(ocp): Add deprecation version to ILogFactory::getCustomLogger
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/Log')
-rw-r--r-- | lib/public/Log/ILogFactory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Log/ILogFactory.php b/lib/public/Log/ILogFactory.php index 6bbcf93bca8..e0128d6b11c 100644 --- a/lib/public/Log/ILogFactory.php +++ b/lib/public/Log/ILogFactory.php @@ -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; |