mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Document removal of Util::writeLog
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
This commit is contained in:
@@ -84,7 +84,8 @@ Removed APIs
|
||||
* ``\OC_Defaults::getLogoClaim``: there is no replacement.
|
||||
* ``\OCP\Util::linkToPublic``: there is no replacement.
|
||||
* ``\OC_Defaults::getLogoClaim``: There is no replacement.
|
||||
* ``\OC::$server->createEventSource()`` has been removed, use ``\OC::$server->get(\OCP\IEventSourceFactory::class)->create()`` instead.
|
||||
* ``\OC::$server->createEventSource()`` has been removed, use ``\OCP\Server::get(\OCP\IEventSourceFactory::class)->create()`` instead.
|
||||
* ``\OCP\Util::writeLog`` has been removed, use ``\OCP\Server::get(LoggerInterface::class)->…`` instead.
|
||||
|
||||
The factory ``\OCP\IEventSourceFactory`` works only from Nextcloud 28.
|
||||
For older versions use ``\OC::$server->createEventSource()``.
|
||||
|
||||
Reference in New Issue
Block a user