public function error($string, $verbosity = null)
    {
        $string = $this->label('error').$string;
        $this->log('error', $string);
        parent::error($string, $verbosity);