#include <Logger.h>
Public Member Functions | |
Log (logType type, const string &firstSParam, const string &secondSParam, unsigned firstUParam, unsigned secondUParam) | |
Constructs log initializing every member (including time). | |
Public Attributes | |
logType | type |
Type of log. | |
time_t | time |
Time of the event. | |
string | firstSParam |
The first textual parameter. | |
string | secondSParam |
The second textual parameter. | |
unsigned | firstUParam |
The first numeric parameter. | |
unsigned | secondUParam |
The second numeric parameter. |
Absolutely simple.
Definition at line 63 of file Logger.h.