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