Prototypes | |
int | XLALGetDebugLevel (void) |
void | XLALClobberDebugLevel (int level) |
Go to the source code of this file.
Macros | |
#define | lalDebugLevel (XLALGetDebugLevel()) |
Enumerations | |
enum | { LALERRORBIT = 0001, LALWARNINGBIT = 0002, LALINFOBIT = 0004, LALTRACEBIT = 0010, LALMEMDBGBIT = 0020, LALMEMPADBIT = 0040, LALMEMTRKBIT = 0100, LALMEMINFOBIT = 0200 } |
lalDebugLevel bit field values More... | |
enum | { LALNDEBUG = 0, LALERROR = LALERRORBIT, LALWARNING = LALWARNINGBIT, LALINFO = LALINFOBIT, LALTRACE = LALTRACEBIT, LALMSGLVL1 = LALERRORBIT, LALMSGLVL2 = LALERRORBIT | LALWARNINGBIT, LALMSGLVL3 = LALERRORBIT | LALWARNINGBIT | LALINFOBIT, LALMEMDBG = LALMEMDBGBIT | LALMEMPADBIT | LALMEMTRKBIT, LALMEMTRACE = LALTRACEBIT | LALMEMDBG | LALMEMINFOBIT, LALALLDBG = ~LALNDEBUG } |
composite lalDebugLevel values More... | |
#define lalDebugLevel (XLALGetDebugLevel()) |
Definition at line 56 of file LALDebugLevel.h.
anonymous enum |
lalDebugLevel bit field values
Definition at line 30 of file LALDebugLevel.h.
anonymous enum |
composite lalDebugLevel values
Definition at line 42 of file LALDebugLevel.h.
int XLALGetDebugLevel | ( | void | ) |
Definition at line 109 of file LALDebugLevel.c.
void XLALClobberDebugLevel | ( | int | level | ) |
Definition at line 46 of file LALDebugLevel.c.