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

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/38072/head
Christoph Wurst 1 year ago committed by Vitor Mattos
parent 93876568f4
commit a40f73d67d

@ -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…
Cancel
Save