A log. More...
#include <log.h>
Data Fields | |
| PurpleLogType | type |
| The type of log this is. | |
| char * | name |
| The name of this log. | |
| PurpleAccount * | account |
The account this log is taking place on | |
| PurpleConversation * | conv |
| The conversation being logged. | |
| time_t | time |
The time this conversation started, converted to the local timezone | |
| PurpleLogLogger * | logger |
The logging mechanism this log is to use | |
| void * | logger_data |
| Data used by the log logger. | |
| struct tm * | tm |
The time this conversation started, saved with original timezone data, if available and if struct tm has the BSD timezone fields, else | |
| struct tm* _PurpleLog::tm |