]> 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 e592ee86d6a0e6436fcbf18ca5d8acfe7c80e803..7de0e416057284894fd16587e0738a67e69b01aa 100644 (file)
@@ -38,6 +38,8 @@ use Psr\Log\LogLevel;
  */
 abstract class AbstractLogger implements LoggerInterface
 {
+       const NAME = '';
+
        /**
         * The output channel of this logger
         * @var string