Home
last modified time | relevance | path

Searched refs:logstream (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libdevdctl/
H A Dexception.cc92 stringstream logstream; in ParseException() local
94 logstream << "Parsing "; in ParseException()
98 logstream << "invalid format "; in ParseException()
101 logstream << "discarded event "; in ParseException()
104 logstream << "unknown event "; in ParseException()
109 logstream << "exception on buffer: \'"; in ParseException()
111 logstream << m_parsedBuffer << '\'' << endl; in ParseException()
116 logstream << markedBuffer << '\'' << endl; in ParseException()
119 GetString() = logstream.str(); in ParseException()