Monero
Macros | Functions
misc_log_ex.h File Reference

Go to the source code of this file.

Macros

#define ATTRIBUTE_PRINTF
 

Functions

bool merror (const char *category, const char *format,...) ATTRIBUTE_PRINTF
 
bool mwarning (const char *category, const char *format,...) ATTRIBUTE_PRINTF
 
bool minfo (const char *category, const char *format,...) ATTRIBUTE_PRINTF
 
bool mdebug (const char *category, const char *format,...) ATTRIBUTE_PRINTF
 
bool mtrace (const char *category, const char *format,...) ATTRIBUTE_PRINTF
 

Macro Definition Documentation

◆ ATTRIBUTE_PRINTF

#define ATTRIBUTE_PRINTF

Function Documentation

◆ mdebug()

bool mdebug ( const char *  category,
const char *  format,
  ... 
)

◆ merror()

bool merror ( const char *  category,
const char *  format,
  ... 
)

◆ minfo()

bool minfo ( const char *  category,
const char *  format,
  ... 
)

◆ mtrace()

bool mtrace ( const char *  category,
const char *  format,
  ... 
)

◆ mwarning()

bool mwarning ( const char *  category,
const char *  format,
  ... 
)