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

Reimplemented from Readline.

Definition at line 54 of file Console.cc.

References fLogI, and kRed.

55 {
56  fLogI << kRed << str << endl;
57 }
char str[80]
Definition: test_client.c:7
Set color Red.
Definition: WindowLog.h:17
WindowLog fLogI
Definition: Console.h:38