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