pidgin 2.14.14dev
_PurpleLog Struct Reference

A log. More...

#include <log.h>

Collaboration diagram for _PurpleLog:
Collaboration graph

Data Fields

PurpleLogType type
 The type of log this is. More...
 
char * name
 The name of this log. More...
 
PurpleAccountaccount
 The account this log is taking place on. More...
 
PurpleConversationconv
 The conversation being logged. More...
 
time_t time
 The time this conversation started, converted to the local timezone. More...
 
PurpleLogLoggerlogger
 The logging mechanism this log is to use. More...
 
void * logger_data
 Data used by the log logger. More...
 
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 NULL. More...
 

Detailed Description

A log.

Not the wooden type.

Definition at line 124 of file log.h.

Field Documentation

◆ account

PurpleAccount* _PurpleLog::account

The account this log is taking place on.

Definition at line 127 of file log.h.

◆ conv

PurpleConversation* _PurpleLog::conv

The conversation being logged.

Definition at line 129 of file log.h.

◆ logger

PurpleLogLogger* _PurpleLog::logger

The logging mechanism this log is to use.

Definition at line 133 of file log.h.

◆ logger_data

void* _PurpleLog::logger_data

Data used by the log logger.

Definition at line 135 of file log.h.

◆ name

char* _PurpleLog::name

The name of this log.

Definition at line 126 of file log.h.

◆ time

time_t _PurpleLog::time

The time this conversation started, converted to the local timezone.

Definition at line 130 of file log.h.

◆ tm

struct tm* _PurpleLog::tm

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 136 of file log.h.

◆ type

PurpleLogType _PurpleLog::type

The type of log this is.

Definition at line 125 of file log.h.


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