]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Logger/Type/AbstractLogger.php
Use the owner, not the author
[friendica.git] / src / Core / Logger / Type / AbstractLogger.php
index 77a61e9206467dac7d0d71846ae2ef2347935976..7de0e416057284894fd16587e0738a67e69b01aa 100644 (file)
@@ -21,7 +21,7 @@
 
 namespace Friendica\Core\Logger\Type;
 
-use Friendica\Core\Logger\Capabilities\IHaveCallIntrospections;
+use Friendica\Core\Logger\Capability\IHaveCallIntrospections;
 use Friendica\Core\Logger\Exception\LoggerException;
 use Friendica\Util\Strings;
 use Psr\Log\LoggerInterface;
@@ -38,6 +38,8 @@ use Psr\Log\LogLevel;
  */
 abstract class AbstractLogger implements LoggerInterface
 {
+       const NAME = '';
+
        /**
         * The output channel of this logger
         * @var string