Elastica\Log::__construct PHP 메소드

__construct() 공개 메소드

Inits log object.
public __construct ( $log = '' )
    public function __construct($log = '')
    {
        $this->setLog($log);
    }