mirror of
https://github.com/friendica/friendica
synced 2025-04-23 17:50:16 +00:00
Introduce dynamic hook loading
- Dynamically load addon files - Dynamically load hooks - Rewrite Logger-logic to use new hook logic (Monolog is working again)
This commit is contained in:
parent
ff092833ae
commit
14b76e48f0
39 changed files with 1163 additions and 469 deletions
|
@ -24,7 +24,7 @@ namespace Friendica\Test\src\Core\Logger;
|
|||
use Friendica\Core\Logger\Exception\LoggerArgumentException;
|
||||
use Friendica\Core\Logger\Exception\LoggerException;
|
||||
use Friendica\Core\Logger\Exception\LogLevelException;
|
||||
use Friendica\Util\FileSystem;
|
||||
use Friendica\Core\Logger\Util\FileSystem;
|
||||
use Friendica\Test\Util\VFSTrait;
|
||||
use Friendica\Core\Logger\Type\StreamLogger;
|
||||
use org\bovigo\vfs\vfsStream;
|
||||
|
@ -41,7 +41,7 @@ class StreamLoggerTest extends AbstractLoggerTest
|
|||
private $logfile;
|
||||
|
||||
/**
|
||||
* @var Filesystem
|
||||
* @var \Friendica\Core\Logger\Util\Filesystem
|
||||
*/
|
||||
private $fileSystem;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue