FACT++  1.0
void DimWriteStatistics::SetDebugMode ( bool  debug)

Set the debug mode on and off

Parameters
debugthe new mode (true or false)

Definition at line 226 of file DimWriteStatistics.cc.

References MessageImp::Debug(), fDebug, and fLog.

Referenced by DataLogger::EvalOptions(), GetFileSizeOnDisk(), and DataLogger::SetDebugOnOff().

227 {
228  fDebug = debug;
229 
230  if (fDebug)
231  fLog.Debug("Debug mode is now on.");
232 }
int Debug(const std::string &str)
Definition: MessageImp.h:45
bool fDebug
List of all opened files. set is used to easily check for entries.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: