Definition at line 444 of file dclient5.cc.
References Configuration::Get(), Configuration::Has(), kRed, and WindowLog::OpenLogFile().
462 wout <<
kRed <<
"ERROR - Couldn't open log-file " << conf.
Get<
string>(
"log") <<
": " << strerror(errno) << endl;
A C++ ostream to an ncurses window supporting attributes and colors.
T Get(const std::string &var)
bool Has(const std::string &var)
bool OpenLogFile(const std::string &filename, bool append=false)
Open a log-file.