FACT++  1.0
void Console::Lock ( )

Definition at line 86 of file Console.cc.

References WindowLog::Display(), fLogO, WindowLog::SetBacklog(), and WindowLog::SetNullOutput().

Referenced by Process().

87 {
88  // FIXME: Check missing
89  fLogO.Display(true);
90  fLogO.SetBacklog(false);
91  fLogO.SetNullOutput(false);
92 }
void SetNullOutput(bool n=true)
Switch on or off any physical output to the screen (cout or fWindow)
Definition: WindowLog.h:137
WindowLog fLogO
Definition: Console.h:37
void Display(bool empty=false)
Display backlog.
Definition: WindowLog.cc:46
void SetBacklog(bool n=true)
Switch on or off any storage in the backlog.
Definition: WindowLog.h:141

+ Here is the call graph for this function:

+ Here is the caller graph for this function: