Scalr\Logger::__construct PHP Method

__construct() public method

Constructor
public __construct ( string $name = '' )
$name string optional The name of the category
    public function __construct($name = '')
    {
        $this->level = $this::LEVEL_ALL;
        $this->name = $name;
    }