Cthulhu
0.2.10
Cthulhu compiler collection
|
Go to the source code of this file.
Functions | |
void | ctu_log_update (bool enable) |
update the verbosity of the logging system More... | |
bool | ctu_log_enabled (void) |
check if verbose logging is enabled More... | |
STA_DECL void | ctu_log (const char *fmt,...) |
STA_DECL void | ctu_vlog (const char *fmt, va_list args) |
log a message More... | |
Variables | |
verbose_t | gVerboseCallback = default_verbose |
the global verbose logging callback More... | |