Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:14:01 2011 for ImpalaSrc by  doxygen 1.5.1