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

static void Impala::Logger::StartAction ( String  actionName,
int  level = LOG_USER 
) [inline, static]

Definition at line 144 of file Logger.h.

References GetInstance(), LogString(), mActionLevels, mActionTimes, mTimer, and Impala::Timer::SplitTime().

00145     {
00146         Logger *al = &GetInstance();
00147         al->mActionTimes[actionName] = al->mTimer->SplitTime();
00148         al->mActionLevels[actionName] = level;
00149         std::ostringstream s;
00150         s << "ACTION START: " << actionName;
00151         al->LogString(s.str(), false, level);
00152     }

Here is the call graph for this function:


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