Definition at line 261 of file ILog.h.
References mErrors, mMark, and Sync().
00262 {
00263 Sync();
00264 int start = (fromMark) ? mMark : 0;
00265 for (int i=start ; i<mErrors.size() ; i++)
00266 std::cout << "ILog: " << mErrors[i] << std::endl;
00267 }
Here is the call graph for this function: