FACT++  1.0
void Console::Unlock ( )

Definition at line 94 of file Console.cc.

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

Referenced by Process().

95 {
96  // FIXME: Check missing
97  fLogO.SetNullOutput(true);
98  fLogO.SetBacklog(true);
99 }
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 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: