Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libdevdctl/
H A Dexception.cc95 stringstream logstream; in ParseException() local
97 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()