FACT++  1.0
Console::~Console ( )

Flush the contents of the buffer before it is destroyed.

Definition at line 47 of file Console.cc.

References WindowLog::Display(), fLogI, and fLogO.

48 {
49  // flush buffer to display before it is destroyed in its destructor
50  fLogO.Display();
51  fLogI.Display();
52 }
WindowLog fLogI
Definition: Console.h:38
WindowLog fLogO
Definition: Console.h:37
void Display(bool empty=false)
Display backlog.
Definition: WindowLog.cc:46

+ Here is the call graph for this function: