pidgin 2.14.14dev
Log Signals

Signals:

See also
log.h

log-timestamp

char *(*log_timestamp)(PurpleLog *log, time_t when, gboolean show_date);
A log.
Definition: log.h:124
Description:
Emitted to allow plugins to customize the timestamp on a message being logged.
Parameters
logThe log the message belongs to.
whenThe time to be converted to a string.
show_dateWhether the date should be displayed.
Returns
A textual representation of the time, or NULL to use a default format.
Note
Plugins must be careful of logs with a type of PURPLE_LOG_SYSTEM.