Scalr\Logger::setName PHP Method

setName() public method

Sets the name of a logger category
public setName ( string $name ) : Logger
$name string The name of the category or class
return Logger
    public function setName($name)
    {
        $this->name = $name;
        return $this;
    }