FACT++  1.0
void ConsoleStream::PrintReadlineError ( const std::string &  str)
privatevirtual

Reimplemented from Readline.

Definition at line 243 of file Console.cc.

References fLogO, and kRed.

244 {
245  fLogO << kRed << str << endl;
246 }
char str[80]
Definition: test_client.c:7
WindowLog fLogO
Definition: Console.h:10
Set color Red.
Definition: WindowLog.h:17