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