Log Struct Reference

Structure used to queue logs. More...

#include <Logger.h>

List of all members.

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.


Detailed Description

Structure used to queue logs.

Absolutely simple.

Definition at line 63 of file Logger.h.


The documentation for this struct was generated from the following files:

Generated on Fri Jan 8 10:38:13 2010 for dreamcache by  doxygen 1.5.5