Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Logger::DoOpenPartLog (  )  [inline, protected]

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:


Generated on Fri Mar 19 10:35:57 2010 for ImpalaSrc by  doxygen 1.5.1