Freeciv21
Develop your civilization from humble roots to a global empire
fcbacktrace.cpp File Reference
#include <QLoggingCategory>
#include <sstream>
#include "log.h"
#include "fcbacktrace.h"
+ Include dependency graph for fcbacktrace.cpp:

Go to the source code of this file.

Functions

void backtrace_init ()
 Take backtrace log callback to use. More...
 
void backtrace_deinit ()
 Remove backtrace log callback from use. More...
 

Function Documentation

◆ backtrace_deinit()

void backtrace_deinit ( )

Remove backtrace log callback from use.

Definition at line 58 of file fcbacktrace.cpp.

Referenced by client_exit(), and con_log_close().

◆ backtrace_init()

void backtrace_init ( )

Take backtrace log callback to use.

Definition at line 48 of file fcbacktrace.cpp.

Referenced by client_main(), and con_log_init().