fix(ocp): Add deprecation version to ILogFactory::getCustomLogger

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2023-03-30 14:11:37 +02:00 committed by Vitor Mattos
parent 32f9b8b30e
commit 2b470443a4

View file

@ -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;