#include <Logging.h>
Public Member Functions | |
int | getNum () |
LogList (int) | |
~LogList () | |
void | add (int, string) |
string | del (int) |
LogData * | getEntry () |
int | size () |
|
constructor |
|
destructor |
|
add entry to list |
|
get/del entry from list with level |
|
get and delete log entry, return 0 if no any |