Go to the source code of this file.
Defines | |
#define | LOG_NORMAL 0 |
#define | LOG_WARN 1 |
#define | LOG_ERROR 2 |
#define | LOG(a...) ht_logf(LOG_NORMAL, a); |
#define | LOG_EX(c, a...) ht_logf(c, a); |
Functions | |
void | ht_logf (int color, const char *format,...) |
|
|
Definition at line 28 of file log.h. Referenced by ht_app::create_window_file_bin(), ht_app::create_window_file_text(), get_config_dword(), get_config_string(), ht_app::handlemsg(), ht_log::insertline(), main(), and ht_app::project_opencreate(). |
|
Definition at line 31 of file log.h. Referenced by ht_app::create_window_file_bin(), ht_app::create_window_file_text(), ht_le::do_fixups(), get_config_dword(), get_config_string(), ht_app::handlemsg(), ht_ne::init(), main(), and ht_app::project_opencreate(). |
|
Definition at line 26 of file log.h. Referenced by ht_log::insertline(). |
|
Definition at line 27 of file log.h. Referenced by ht_le::do_fixups(), ht_ne::init(), ht_log::insertline(), and main(). |
|
Definition at line 25 of file log.cc. References app, AWT_LOG, buf, ht_vsnprintf(), ht_log::log(), loglines, msg_draw, msg_log_changed, and ht_view::sendmsg(). |