Merge pull request #11519 from nextcloud/enh/removal-of-getcustomlogger

feat: Document removal of `OCP\Log\ILogFactory::getCustomLogger`
This commit is contained in:
Christoph Wurst
2024-02-08 15:07:37 +01:00
committed by GitHub

View File

@@ -60,7 +60,7 @@ Deprecated APIs
Removed APIs
^^^^^^^^^^^^
* tbd
* ``OCP\Log\ILogFactory::getCustomLogger``: use ``\OCP\Log\ILogFactory::getCustomPsrLogger`` to get a customized :ref:`PSR3 <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.
The dashboard no longer loads the sidebar or Viewer scripts, if your dashboard widget relies on this it should emit the required events itself.