std::clog,std::wclog (3) Linux Manual Page
std::clog,std::wclog – std::clog,std::wclog Synopsis Defined in header <iostream> extern std::ostream clog; (1) extern std::wostream wclog; (2) The global objects std::clog and std::wclog control output to a stream buffer of implementation-defined type (derived from std::streambuf), associated with the standard C output stream stderr, but, unlike std::cerr/std::wcerr, these streams are not automatically flushed and not automatically tie()’d…
