final handler will be set dynamic for per instance * @var array */ protected $handlerConfig = [ // 'mail' => 'html' ]; /** * @var string */ protected $channelType = 'user'; /** * UserLog constructor. * @param string $action * @param array $objectData * @throws \Exception */ public function __construct(string $action, array $objectData){ parent::__construct($action, $objectData); $this->setLevel('notice'); $this->setTag('information'); } }