Bramus\Monolog\Formatter\ColorSchemes\ColorSchemeTrait::getResetString PHP Method

getResetString() public method

Get the string identifier that closes/finishes the styling
public getResetString ( ) : string
return string The reset string
    public function getResetString()
    {
        return $this->ansi->reset()->get();
    }