Phalcon\Logger\Formatter\Firelogger::setStyle PHP Method

setStyle() public method

Setter for style
public setStyle ( string $style ) : Firelogger
$style string
return Firelogger
    public function setStyle($style)
    {
        $this->style = $style;
        return $this;
    }