mirror of
https://github.com/friendica/friendica
synced 2025-04-27 07:10:12 +00:00
Move Introspection to Logger package
This commit is contained in:
parent
f4ea74447e
commit
22663c4ae5
8 changed files with 18 additions and 15 deletions
|
@ -27,7 +27,7 @@ use Friendica\Core;
|
|||
use Friendica\Core\Logger\Exception\LogLevelException;
|
||||
use Friendica\Database\Database;
|
||||
use Friendica\Util\FileSystem;
|
||||
use Friendica\Util\Introspection;
|
||||
use Friendica\Core\Logger\Util\Introspection;
|
||||
use Friendica\Core\Logger\Type\Monolog\DevelopHandler;
|
||||
use Friendica\Core\Logger\Type\Monolog\IntrospectionProcessor;
|
||||
use Friendica\Core\Logger\Type\ProfilerLogger;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue