]> source.dussan.org Git - nextcloud-server.git/commit
Deprecate ILogger
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 16 Jul 2020 17:19:23 +0000 (19:19 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 16 Jul 2020 17:19:23 +0000 (19:19 +0200)
commit8a433a72264345d734b0f8f40e5d57b9370e6751
treef5e82d847299c5949c39014261aeb190cd3bcbaf
parent684a7200ac1001284a0901eb00e3773f7a1233b5
Deprecate ILogger

The logger service was always intended to follow the PSR-3 interface.
It's time to embrace this and switch over to the "official" API,
hence this custom interface can be slowly phased out.

With Nextcloud 20 the logger also got support for
* App id filled out automatically
* Exceptions handling (as replacement for logException)

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/AppFramework/Logger.php
lib/public/ILogger.php