#include <ILog.h>
Public Member Functions | |
void | SetAppender (void *appender) |
int | GetTotalNrErrors () |
void | Mark () |
int | GetNrErrorsSinceMark () |
std::vector< String > | GetErrorsSinceMark () |
String | GetLastErrorSinceMark () |
void | Print (bool fromMark) |
Static Public Member Functions | |
static ILogErrors & | GetInstance () |
Private Member Functions | |
void | Sync () |
ILogErrors () | |
ILogErrors (const ILogErrors &) | |
ILogErrors & | operator= (const ILogErrors &) |
Private Attributes | |
int | mMark |
std::vector< String > | mErrors |
void * | mAppender |
Definition at line 205 of file ILog.h.