info.h File Reference

This graph shows which files directly or indirectly include this file:

Functions

void Log (const char *prefix, const char *text)
void Debug (const char *script,...)
void Info (const char *script,...)
void Warning (const char *script,...)
void Error (bool ui, const char *script,...)
void Fatal (const char *script,...)
void Remote (const char *script,...)

Function Documentation

void Debug ( const char *  script,
  ... 
)
void Error ( bool  ui,
const char *  script,
  ... 
)
void Fatal ( const char *  script,
  ... 
)

Fatal prints an error message and will then exit the application with an error code of 100.

References Log().

Referenced by DataBase::add(), exec(), oss_catch(), and Index::read_idx().

void Info ( const char *  script,
  ... 
)
void Log ( const char *  prefix,
const char *  text 
)

Todo: To convert these to Qt versions means that each of the arguments passed into the ... must still be a char* pointer since we cannot guarantee that, we might need to rethink the layout of these functions. QString provides some nice alternatives, but we will still need to convert everything.

Referenced by Debug(), Error(), Fatal(), Info(), MusicScanner::recursing(), Remote(), and Warning().

void Remote ( const char *  script,
  ... 
)

References Log().

Referenced by remote().

void Warning ( const char *  script,
  ... 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated by  doxygen 1.6.2