TwiceAsNice  2019-02-18
Macros
nsdebug.h File Reference
#include <indilogger.h>
Include dependency graph for nsdebug.h:
This graph shows which files directly or indirectly include this file:

Macros

#define DO_INFO(a, ...)   IDLog(a, __VA_ARGS__)
 
#define DO_DBG(a, ...)   IDLog(a, __VA_ARGS__)
 
#define DO_ERR(a, ...)   IDLog( a, __VA_ARGS__)
 

Macro Definition Documentation

◆ DO_DBG

#define DO_DBG (   a,
  ... 
)    IDLog(a, __VA_ARGS__)

◆ DO_ERR

#define DO_ERR (   a,
  ... 
)    IDLog( a, __VA_ARGS__)

◆ DO_INFO

#define DO_INFO (   a,
  ... 
)    IDLog(a, __VA_ARGS__)