_PurpleLog Struct Reference

A log. More...

#include <log.h>

Collaboration diagram for _PurpleLog:

Collaboration graph
[legend]

Data Fields

PurpleAccountaccount
 The account this log is taking place on.
PurpleConversationconv
 The conversation being logged.
PurpleLogLoggerlogger
 The logging mechanism this log is to use.
void * logger_data
 Data used by the log logger.
char * name
 The name of this log.
time_t time
 The time this conversation started, converted to the local timezone.
tmtm
 The time this conversation started, saved with original timezone data, if available and if struct tm has the BSD timezone fields, else NULL.
PurpleLogType type
 The type of log this is.

Detailed Description

A log.

Not the wooden type.

Definition at line 122 of file log.h.


Field Documentation

struct tm* _PurpleLog::tm [read]

The time this conversation started, saved with original timezone data, if available and if struct tm has the BSD timezone fields, else NULL.

Do NOT modify anything in this struct.

Definition at line 134 of file log.h.


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