Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dlogging.cpp57 std::stringstream logStream; in record() local
59 logStream << "{" << platform::getCurrentThreadName() << "}"; in record()
60 logStream << "[" << Enum<Event>::toString(event) << "]"; in record()
63 logStream << "(" << code << ")"; in record()
67 logStream << ": " << msg; in record()
70 platformRecord(severity, logStream.str()); in record()