Scalr\Logger::__construct PHP Метод

__construct() публичный Метод

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;
    }