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

LogType& Impala::LogType::operator<< ( String  log  )  [inline]

Definition at line 45 of file Logger.h.

References Impala::LogListener::LogString(), mLevel, and mLogger.

00046     {
00047         mLogger->LogString(log, true, mLevel);
00048         return *this;
00049     }

Here is the call graph for this function:


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