Freeciv-3.2
|
#include "log.h"
Go to the source code of this file.
Functions | |
void | backtrace_init (void) |
void | backtrace_deinit (void) |
void | backtrace_print (enum log_level level) |
Remove backtrace log callback from use
Definition at line 65 of file fcbacktrace.c.
Referenced by client_exit(), and con_log_close().
Take backtrace log callback to use
Definition at line 55 of file fcbacktrace.c.
Referenced by client_main(), and con_log_init().
Print backtrace
Definition at line 116 of file fcbacktrace.c.