1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

Automatically rename log file when crashing, added backtrace to log file

This commit is contained in:
Sebastien Helleu
2006-05-20 13:42:08 +00:00
parent 0eea93bba3
commit 2322eb0625
10 changed files with 294 additions and 82 deletions
+2 -1
View File
@@ -21,11 +21,12 @@
#ifndef __WEECHAT_LOG_H
#define __WEECHAT_LOG_H 1
extern char *weechat_log_filename;
extern FILE *weechat_log_file;
extern void weechat_log_init ();
extern void weechat_log_close ();
extern void weechat_log_printf (char *, ...);
extern void weechat_log_crash_rename ();
extern int weechat_log_crash_rename ();
#endif /* log.h */