#include <prlog.h>
Go to the source code of this file.
Macros | |
#define | SB_UNUSED_IN_RELEASE(decl) decl |
#define | SB_PRLOG_SETUP(x) PR_BEGIN_MACRO PR_END_MACRO |
#define | TRACE(...) PR_BEGIN_MACRO PR_END_MACRO |
#define | LOG(...) PR_BEGIN_MACRO PR_END_MACRO |
#define | TRACE_FUNCTION(...) PR_BEGIN_MACRO PR_END_MACRO |
#define LOG | ( | ... | ) | PR_BEGIN_MACRO PR_END_MACRO |
Definition at line 117 of file sbDebugUtils.h.
#define SB_PRLOG_SETUP | ( | x | ) | PR_BEGIN_MACRO PR_END_MACRO |
Definition at line 115 of file sbDebugUtils.h.
#define SB_UNUSED_IN_RELEASE | ( | decl | ) | decl |
Definition at line 55 of file sbDebugUtils.h.
#define TRACE | ( | ... | ) | PR_BEGIN_MACRO PR_END_MACRO |
Definition at line 116 of file sbDebugUtils.h.
#define TRACE_FUNCTION | ( | ... | ) | PR_BEGIN_MACRO PR_END_MACRO |
Definition at line 118 of file sbDebugUtils.h.