pcshareMgr/inc/logging.h File Reference

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

Go to the source code of this file.

Defines

#define DL_DISPLAY_ON   0
#define DL_LOGGING_ON   0
#define DL_MESSAGE_ON   1
#define DL_WARNING_ON   1
#define DL_ERROR_ON   1
#define DL_DMPRINTF(x, args...)   do {} while (0)
#define DL_LOGPRINTF(x, args...)   do {} while (0)
#define DL_MSGPRINTF(x, args...)   fprintf(stderr, "(M)" __FILE__ ":%d,%s() " x "\n", __LINE__, __func__ , ##args)
#define DL_WARNPRINTF(x, args...)   fprintf(stderr, "(W)" __FILE__ ":%d,%s() " x "\n", __LINE__, __func__ , ##args)
#define DL_ERRORPRINTF(x, args...)   fprintf(stderr, "(E)" __FILE__ ":%d,%s() " x "\n", __LINE__, __func__ , ##args)


Define Documentation

#define DL_DISPLAY_ON   0

Definition at line 39 of file logging.h.

#define DL_DMPRINTF ( x,
args...   )     do {} while (0)

Definition at line 48 of file logging.h.

#define DL_ERROR_ON   1

Definition at line 43 of file logging.h.

#define DL_ERRORPRINTF ( x,
args...   )     fprintf(stderr, "(E)" __FILE__ ":%d,%s() " x "\n", __LINE__, __func__ , ##args)

Definition at line 70 of file logging.h.

#define DL_LOGGING_ON   0

Definition at line 40 of file logging.h.

#define DL_LOGPRINTF ( x,
args...   )     do {} while (0)

Definition at line 54 of file logging.h.

#define DL_MESSAGE_ON   1

Definition at line 41 of file logging.h.

#define DL_MSGPRINTF ( x,
args...   )     fprintf(stderr, "(M)" __FILE__ ":%d,%s() " x "\n", __LINE__, __func__ , ##args)

Definition at line 58 of file logging.h.

#define DL_WARNING_ON   1

Definition at line 42 of file logging.h.

#define DL_WARNPRINTF ( x,
args...   )     fprintf(stderr, "(W)" __FILE__ ":%d,%s() " x "\n", __LINE__, __func__ , ##args)

Definition at line 64 of file logging.h.


Generated on Sun Dec 14 17:16:48 2008 by  doxygen 1.5.6