Open susnux opened 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.
ILogger
Code reference: https://github.com/nextcloud/fulltextsearch/blob/ed5d1916bbe398b21379a3f717499a1b278c2ada/lib/Service/MiscService.php#L45
cc @come-nc @ArtificialOwl
The
ILogger
interface is deprecated and its logging functions will be removed with Nextcloud 31. Please migrate to the PSR LoggerInterface. The logging levels insideILogger
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