#include <htapp.h>
Inheritance diagram for ht_log:
Public Member Functions | |
void | init (compare_keys_func_ptr compare_keys=0) |
void | log (LogColor c, char *line) |
Protected Member Functions | |
void | deletefirstline () |
void | insertline (LogColor c, char *line) |
Protected Attributes | |
UINT | maxlinecount |
|
Definition at line 1173 of file htapp.cc. References ht_clist::del(). Referenced by insertline(). |
|
Reimplemented from ht_clist. Definition at line 1167 of file htapp.cc. References compare_keys_func_ptr, Object::init(), and maxlinecount. Referenced by init_app(). |
|
Definition at line 1178 of file htapp.cc. References ht_clist::count(), deletefirstline(), ht_clist::insert(), LOG_ERROR, LOG_NORMAL, LOG_WARN, LogColor, maxlinecount, VC_LIGHT, VC_RED, VC_TRANSPARENT, VC_WHITE, VC_YELLOW, VCP, and vcp. Referenced by log(). |
|
Definition at line 1191 of file htapp.cc. References insertline(), and LogColor. Referenced by ht_logf(). |
|
Definition at line 114 of file htapp.h. Referenced by init(), and insertline(). |