Searched full:os (Results 1 – 10 of 10) sorted by relevance
51 std::ostringstream os;70 os << "- " << NowTime(); in Get()71 os << " " << ToString(level); in Get()72 os << " " << sourceFile << ":" << lineNumber << ": "; in Get()73 os << std::string(level > logDEBUG ? level - logDEBUG : 0, '\t'); in Get()74 return os; in Get()80 os << std::endl; in ~Log()81 T::Output(os.str()); in ~Log()
108 // Wait for an event for the OS, treat it and
5 - os: linux19 - os: osx
3 os: Visual Studio 2015