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

template<class T>
LogType& Impala::LogType::operator<< ( log  )  [inline]

Definition at line 53 of file Logger.h.

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

00054     {
00055         std::ostringstream s;
00056         s << log;
00057         mLogger->LogString(s.str(), true, mLevel);
00058         return *this;
00059     }

Here is the call graph for this function:


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