for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace WShafer\PSR11MonoLog\Config;
class HandlerConfig extends AbstractServiceConfig
{
public function getFormatter()
return $this->config['formatter'] ?? '';
}
/**
* @return array
*/
public function getProcessors()
return $this->config['processors'] ?? [];