27 #ifndef _HERAIA_LOG_H_
28 #define _HERAIA_LOG_H_
34 #define HERAIA_LOG_DOMAIN "Heraia"
This is the main structure.
void mw_cmi_show_logw_toggle(GtkWidget *widget, gpointer data)
The Check menu item for the Log window.
void log_message(heraia_struct_t *main_struct, GLogLevelFlags log_level, const char *format,...)
A function that helps logging a message a the specified level.
void log_window_init_interface(heraia_struct_t *main_struct)
Inits the log window interface Called once at init time.
void print_message(const char *format,...)
Prints a message to stdout.