Definition at line 256 of file Logger.h. References LogString(), and mPLog. Referenced by OpenPartLog(). 00257 { 00258 if (mPLog != 0) 00259 { 00260 LogString("DoOpenPartLog: closing last part log."); 00261 delete mPLog; 00262 } 00263 mPLog = new std::ostringstream(); 00264 LogString("Partial log started."); 00265 }
Here is the call graph for this function:
|