nextcloud/lib/private/AppFramework
Christoph Wurst 8a433a7226
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>
2020-07-16 19:19:23 +02:00
..
Bootstrap Move to lazy panel registration during registration context 2020-07-15 09:27:57 +02:00
DependencyInjection Use PSR container interface and deprecate our own abstraction 2020-07-16 13:35:45 +02:00
Http Fix PHPDoc of IRequest::getHeader 2020-07-14 14:20:43 +02:00
Middleware Add real events to load additionalscripts 2020-07-15 14:07:18 +02:00
OCS Update license headers for 19 2020-04-29 11:57:22 +02:00
Routing Fix supporting defaults for routes 2020-07-08 19:52:45 +02:00
Services Fix return code of AppConfig::deleteUserValue 2020-05-13 14:55:00 +02:00
Utility Use PSR container interface and deprecate our own abstraction 2020-07-16 13:35:45 +02:00
App.php Allow to specify the cookie type for appframework responses 2020-06-22 08:38:44 +02:00
Http.php Move the notmodified check to middleware where it belongs 2020-05-13 08:11:24 +02:00
Logger.php Deprecate ILogger 2020-07-16 19:19:23 +02:00