Dreambox C/C++ SDK v1.0.0
C/C++ SDK for creating Dreambox games
Loading...
Searching...
No Matches
db_log.h File Reference

Go to the source code of this file.

Functions

void db_log (const char *msg)
 Log a string to debug output. More...
 
void db_logf (const char *fmt,...)
 Log a formatted string to debug output. More...
 

Function Documentation

◆ db_log()

void db_log ( const char *  msg)

Log a string to debug output.

Parameters
msgThe message to log

◆ db_logf()

void db_logf ( const char *  fmt,
  ... 
)

Log a formatted string to debug output.

Parameters
fmtThe format string
...Arguments to format