mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 07:44:27 +02:00
Create LoggerManager::changeLogChannel()
This commit is contained in:
parent
d9af357663
commit
48154a090a
4 changed files with 70 additions and 7 deletions
|
@ -162,6 +162,13 @@ return (function(string $basepath, array $getVars, array $serverVars, array $coo
|
|||
['create', [], Dice::CHAIN_CALL],
|
||||
],
|
||||
],
|
||||
'$LoggerInterface' => [
|
||||
'shared' => false,
|
||||
'instanceOf' => \Friendica\Core\Logger\LoggerManager::class,
|
||||
'call' => [
|
||||
['getLogger', [], Dice::CHAIN_CALL],
|
||||
],
|
||||
],
|
||||
\Friendica\Core\Logger\Type\SyslogLogger::class => [
|
||||
'instanceOf' => \Friendica\Core\Logger\Factory\SyslogLogger::class,
|
||||
'call' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue