Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dlog.h
/glogg/src/
H A Dlog.h44 static std::string ToString(TLogLevel level);
71 os << " " << ToString(level); in Get()
85 std::string Log<T>::ToString(TLogLevel level) in ToString() function