From 303e2febc717065581a3e3bdc92e1672bb8253dc Mon Sep 17 00:00:00 2001 From: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:52:40 +0100 Subject: Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs --- lib/public/Log/ILogFactory.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/public/Log') diff --git a/lib/public/Log/ILogFactory.php b/lib/public/Log/ILogFactory.php index e0128d6b11c..e51a674afbd 100644 --- a/lib/public/Log/ILogFactory.php +++ b/lib/public/Log/ILogFactory.php @@ -24,7 +24,6 @@ */ namespace OCP\Log; -use OCP\ILogger; use Psr\Log\LoggerInterface; /** @@ -40,15 +39,6 @@ interface ILogFactory { */ public function get(string $type): IWriter; - /** - * @param string $path - * @return ILogger - * @since 14.0.0 - * @deprecated 22.0.0 Use \OCP\Log\ILogFactory::getCustomPsrLogger - * @see \OCP\Log\ILogFactory::getCustomPsrLogger - */ - public function getCustomLogger(string $path): ILogger; - /** * @param string $path * @param string $type -- cgit v1.2.3