]> git.mxchange.org Git - friendica.git/commit
Move Introspection to Logger package
authorPhilipp <admin@philipp.info>
Fri, 29 Oct 2021 10:36:14 +0000 (12:36 +0200)
committerPhilipp <admin@philipp.info>
Fri, 29 Oct 2021 10:37:22 +0000 (12:37 +0200)
commit22663c4ae5d6dcb61d5a1ff151b711e5e0b337cc
tree8d70d343bf968e3bdbb55afd6e9176773475d386
parentf4ea74447e8a487bdd7236bdc6789a5d53fa2226
Move Introspection to Logger package
src/Core/Logger/Factory/Logger.php
src/Core/Logger/Type/AbstractLogger.php
src/Core/Logger/Type/Monolog/IntrospectionProcessor.php
src/Core/Logger/Type/StreamLogger.php
src/Core/Logger/Type/SyslogLogger.php
src/Core/Logger/Util/Introspection.php [new file with mode: 0644]
src/Util/Introspection.php [deleted file]
tests/src/Core/Logger/AbstractLoggerTest.php
tests/src/Core/Logger/SyslogLoggerWrapper.php