Defines | |
#define | ANSI_COLOR_BLACK |
ansi escape sequence for color black | |
#define | ANSI_COLOR_BLUE |
ansi escape sequence for color blue | |
#define | ANSI_COLOR_BROWN |
ansi escape sequence for color brown | |
#define | ANSI_COLOR_CYAN |
ansi escape sequence for color cyan | |
#define | ANSI_COLOR_DARKGRAY |
ansi escape sequence for color dark-gray | |
#define | ANSI_COLOR_GREEN |
ansi escape sequence for color green | |
#define | ANSI_COLOR_LIGHTBLUE |
ansi escape sequence for color light-blue | |
#define | ANSI_COLOR_LIGHTCYAN |
ansi escape sequence for color light-cyan | |
#define | ANSI_COLOR_LIGHTGRAY |
ansi escape sequence for color light-gray | |
#define | ANSI_COLOR_LIGHTGREEN |
ansi escape sequence for color light-green | |
#define | ANSI_COLOR_LIGHTPURPLE |
ansi escape sequence for color light-purple | |
#define | ANSI_COLOR_LIGHTRED |
ansi escape sequence for color light-red | |
#define | ANSI_COLOR_PURPLE |
ansi escape sequence for color purple | |
#define | ANSI_COLOR_RED |
ansi escape sequence for color red | |
#define | ANSI_COLOR_WHITE |
ansi escape sequence for color white | |
#define | ANSI_COLOR_YELLOW |
ansi escape sequence for color yellow | |
#define | gitk_dump(str) |
unformated debug-log output | |
#define | gitk_dump1(fmt, par1) |
unformated debug-log output with one parameter | |
#define | gitk_dump2(fmt, par1, par2) |
unformated debug-log output with two parameters | |
#define | gitk_err(str) |
formated error-log output | |
#define | gitk_err1(fmt, par1) |
formated error-log output with one parameter | |
#define | gitk_err2(fmt, par1, par2) |
formated error-log output with two parameters | |
#define | gitk_err3(fmt, par1, par2, par3) |
formated error-log output with three parameters | |
#define | gitk_err4(fmt, par1, par2, par3, par4) |
formated error-log output with four parameters | |
#define | gitk_log(str) |
formated debug-log output | |
#define | gitk_log1(fmt, par1) |
formated debug-log output with one parameter | |
#define | gitk_log2(fmt, par1, par2) |
formated debug-log output with two parameters | |
#define | gitk_log3(fmt, par1, par2, par3) |
formated debug-log output with three parameters | |
#define | gitk_log4(fmt, par1, par2, par3, par4) |
formated debug-log output with four parameters | |
#define | gitk_log_intro() |
log that function starts | |
#define | gitk_log_outro() |
log that function ends | |
Functions | |
void | gitk_dialog_dump (xmlDocPtr const doc) |
dump contents of supplied document to STDOUT | |
void | gitk_log_handler (const gchar *const log_domain, const GLogLevelFlags log_level, const gchar *const message, gpointer const user_data) |
log handler for gitk. Use g_log_set_handler(G_LOG_DOMAIN,G_LOG_LEVEL_DEBUG|G_LOG_LEVEL_MESSAGE|G_LOG_LEVEL_WARNING|G_LOG_LEVEL_ERROR, gitk_log_handler, NULL); | |
void | gitk_print_handler (const gchar *const message) |
print handler for gitk, use g_set_printerr_handler(gitk_print_handler); |
|
ansi escape sequence for color black
|
|
ansi escape sequence for color blue
|
|
ansi escape sequence for color brown
|
|
ansi escape sequence for color cyan
|
|
ansi escape sequence for color dark-gray
Definition at line 396 of file gitk.h. Referenced by gitk_dialog_dump_walker(). |
|
ansi escape sequence for color green
|
|
ansi escape sequence for color light-blue
Definition at line 412 of file gitk.h. Referenced by gitk_dialog_dump_walker(). |
|
ansi escape sequence for color light-cyan
|
|
ansi escape sequence for color light-gray
Definition at line 392 of file gitk.h. Referenced by gitk_dialog_dump(), and gitk_dialog_dump_walker(). |
|
ansi escape sequence for color light-green
|
|
ansi escape sequence for color light-purple
|
|
ansi escape sequence for color light-red
Definition at line 400 of file gitk.h. Referenced by gitk_dialog_dump_walker(). |
|
ansi escape sequence for color purple
|
|
ansi escape sequence for color red
|
|
ansi escape sequence for color white
Definition at line 424 of file gitk.h. Referenced by gitk_dialog_dump_walker(). |
|
ansi escape sequence for color yellow
|
|
unformated debug-log output
Definition at line 449 of file gitk.h. Referenced by gitk_dialog_dump_walker(). |
|
unformated debug-log output with one parameter
Definition at line 453 of file gitk.h. Referenced by gitk_dialog_dump_walker(). |
|
unformated debug-log output with two parameters
Definition at line 457 of file gitk.h. Referenced by gitk_dialog_dump_walker(). |
|
|
formated error-log output with one parameter
Definition at line 485 of file gitk.h. Referenced by gitk__xpath_get_node(), gitk__xpath_get_object(), gitk__xpath_get_string(), gitk_dialog_new_from_file(), gitk_dialog_trans_domain(), gitk_init_xsl_domain(), gitk_init_xsl_style(), gitkr_dialog_generate_dialog_widgets(), and gitkr_dialog_generate_layout(). |
|
formated error-log output with two parameters
Definition at line 489 of file gitk.h. Referenced by gitk_dialog_trans_style(), gitk_renderer_activate(), and gitk_xpath_type_filter(). |
|
formated error-log output with three parameters
|
|
formated error-log output with four parameters
|
|
|
|
|
formated debug-log output with three parameters
Definition at line 473 of file gitk.h. Referenced by gitk__widget_get_value(), gitk_init(), gitkr_dialog_generate_dialog_widgets(), gitkr_event_loop_unescape_key(), gitkr_widget_characterinput_handle(), handle_dialog_main_widgets(), index_html(), and main(). |
|
formated debug-log output with four parameters
|
|
|
|
dump contents of supplied document to STDOUT
check_mode && Definition at line 90 of file gitktools.c. References ANSI_COLOR_LIGHTGRAY, gitk_dialog_dump_walker(), gitk_log, and print_ansi. Referenced by gitk_dialog_get_dst(), and gitk_dialog_new(). |
Here is the call graph for this function:
|
log handler for gitk. Use g_log_set_handler(G_LOG_DOMAIN,G_LOG_LEVEL_DEBUG|G_LOG_LEVEL_MESSAGE|G_LOG_LEVEL_WARNING|G_LOG_LEVEL_ERROR, gitk_log_handler, NULL);
Definition at line 69 of file gitkerrors.c. References gitk_print_handler(). Referenced by gitk_init(), gitkr_init(), and main(). |
Here is the call graph for this function:
|
print handler for gitk, use g_set_printerr_handler(gitk_print_handler);
Definition at line 79 of file gitkerrors.c. References log_file_name. Referenced by gitk_init(), and gitk_log_handler(). |