Cthulhu  0.2.10
Cthulhu compiler collection
log.c File Reference
#include "base/log.h"
#include "core/macros.h"
Include dependency graph for log.c:

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...
 

Function Documentation

◆ ctu_log()

STA_DECL void ctu_log ( const char *  fmt,
  ... 
)

Definition at line 26 of file log.c.