Implement monolog addon as LoggerFactory #1598

Merged
MrPetovan merged 6 commits from Art4/friendica-addons:loggerfactory-in-monolog-addon into develop 2025-02-08 04:16:48 +01:00
Showing only changes of commit c4f8c65817 - Show all commits

View file

@ -23,9 +23,6 @@ final class MonologFactory implements LoggerFactory
private IManageConfigValues $config;
/**
* @param string $channel The channel for the logger
*/
public function __construct(IHaveCallIntrospections $introspection, IManageConfigValues $config)
{
$this->introspection = $introspection;