nextcloud / fulltextsearch

🔍 Core of the full-text search framework for Nextcloud
https://apps.nextcloud.com/apps/fulltextsearch
GNU Affero General Public License v3.0
216 stars 51 forks source link

`ILogger` is deprecated and will be removed #873

Open susnux opened 2 months ago

susnux commented 2 months ago

The ILogger interface is deprecated and its logging functions will be removed with Nextcloud 31. Please migrate to the PSR LoggerInterface. The logging levels inside ILogger will remain, but we recommend to use the logging levels provided by PSR-3.

Code reference: https://github.com/nextcloud/fulltextsearch/blob/ed5d1916bbe398b21379a3f717499a1b278c2ada/lib/Service/MiscService.php#L45

susnux commented 2 months ago

cc @come-nc @ArtificialOwl