geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

log.h File Reference
#include <glib.h>
Include dependency graph for log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void log_handlers_init (void)
 
void log_finalize (void)
 
void log_show_debug_messages_dialog (void)
 

Function Documentation

◆ log_finalize()

void log_finalize ( void  )

Definition at line 218 of file log.c.

References log_buffer, and NULL.

Referenced by do_main_quit().

◆ log_handlers_init()

void log_handlers_init ( void  )

Definition at line 151 of file log.c.

References handler_log(), handler_print(), handler_printerr(), log_buffer, and NULL.

Referenced by main_lib().

◆ log_show_debug_messages_dialog()