From 272a1043b46b06187a686e32f91da46a659fccde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Thu, 8 Feb 2024 11:59:38 +0100 Subject: [PATCH] feat: Document removal of OCP\Log\ILogFactory::getCustomLogger MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .../app_upgrade_guide/upgrade_to_29.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst index 3d5cbf1a4..2477fc6b5 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst @@ -60,7 +60,7 @@ Deprecated APIs Removed APIs ^^^^^^^^^^^^ -* tbd +* ``OCP\Log\ILogFactory::getCustomLogger``: use ``\OCP\Log\ILogFactory::getCustomPsrLogger`` to get a customized :ref:`PSR3 ` logger Added events ^^^^^^^^^^^^ @@ -80,4 +80,4 @@ Removed events Changed behavior ^^^^^^^^^^^^^^^^ -The dashboard no longer loads the sidebar or Viewer scripts, if your dashboard widget relies on this it should emit the required events itself. \ No newline at end of file +The dashboard no longer loads the sidebar or Viewer scripts, if your dashboard widget relies on this it should emit the required events itself.