Searched refs:logstream (Results 1 – 1 of 1) sorted by relevance
95 stringstream logstream; in ParseException() local97 logstream << "Parsing "; in ParseException()101 logstream << "invalid format "; in ParseException()104 logstream << "discarded event "; in ParseException()107 logstream << "unknown event "; in ParseException()112 logstream << "exception on buffer: \'"; in ParseException()114 logstream << m_parsedBuffer << '\'' << endl; in ParseException()119 logstream << markedBuffer << '\'' << endl; in ParseException()122 GetString() = logstream.str(); in ParseException()