]> source.dussan.org Git - nextcloud-server.git/commit
Add a scoped PSR logger for apps 21874/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 16 Jul 2020 17:11:47 +0000 (19:11 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 16 Jul 2020 17:11:56 +0000 (19:11 +0200)
commitc88902133434d1c65d56644b14be9bb48ee5bb3a
tree7f76109a791daf912d6cbc8c59552c573f2904d2
parent684a7200ac1001284a0901eb00e3773f7a1233b5
Add a scoped PSR logger for apps

Just like for ILogger we should have a version that has the app ID
pre-set for the context (unless overwritten) so that each log entry can
be traced back to the app that produced it.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/AppFramework/DependencyInjection/DIContainer.php
lib/private/AppFramework/ScopedPsrLogger.php [new file with mode: 0644]