#include <ephi.hpp>
Public Types | |
enum | { DEBUG_CRITICAL = 1, DEBUG_ERROR = 2, DEBUG_WARN, DEBUG_INFO = 10 } |
Static Public Member Functions | |
static void | debug (int level, const char *fmt,...) |
static void | debug (int level, const char *fmt, va_list ap) |
static void | setDebugLevel (int level) |
Definition at line 10 of file ephi.hpp.
anonymous enum |
static void Ephi::debug | ( | int | level, | |
const char * | fmt, | |||
... | ||||
) | [static] |
Referenced by CoilDataFactory< IC >::make(), and CoilDataFactory< IC >::make_coilpair().
static void Ephi::debug | ( | int | level, | |
const char * | fmt, | |||
va_list | ap | |||
) | [static] |
static void Ephi::setDebugLevel | ( | int | level | ) | [inline, static] |