mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
add a log_server_time setting
This commit is contained in:
parent
28d936921f
commit
953fca1eb7
4 changed files with 38 additions and 18 deletions
|
|
@ -51,9 +51,9 @@ void log_item_destroy(LOG_REC *log, LOG_ITEM_REC *item);
|
|||
LOG_ITEM_REC *log_item_find(LOG_REC *log, int type, const char *item,
|
||||
const char *servertag);
|
||||
|
||||
void log_file_write(const char *server_tag, const char *item, int level,
|
||||
const char *str, int no_fallbacks);
|
||||
void log_write_rec(LOG_REC *log, const char *str, int level);
|
||||
void log_file_write(const char *server_tag, const char *item, int level, time_t t, const char *str,
|
||||
int no_fallbacks);
|
||||
void log_write_rec(LOG_REC *log, const char *str, int level, time_t now);
|
||||
|
||||
int log_start_logging(LOG_REC *log);
|
||||
void log_stop_logging(LOG_REC *log);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue