PFinal\Wechat\Support\Logger::__construct PHP Method

__construct() public method

public __construct ( array $config = [] )
$config array
    public function __construct(array $config = array())
    {
        foreach ($config as $key => $value) {
            $this->{$key} = $value;
        }
        $this->init();
    }