yii\log\Target::getLevels PHP Method

getLevels() public method

public getLevels ( ) : integer
return integer the message levels that this target is interested in. This is a bitmap of level values. Defaults to 0, meaning all available levels.
    public function getLevels()
    {
        return $this->_levels;
    }