FACT++  1.0
void WindowLog::CloseLogFile ( )

Close a log-file.

Close an open log-file.

Definition at line 132 of file WindowLog.cc.

Referenced by SetWindow().

133 {
134  fMuxFile.lock();
135  fLogFile.close();
136  fMuxFile.unlock();
137 }
std::mutex fMuxFile
Mutex securing backlog access.
Definition: WindowLog.h:74
std::ofstream fLogFile
Storage for attributes (backlog)
Definition: WindowLog.h:68

+ Here is the caller graph for this function: