#include <aflibDebug.h>
Definition at line 95 of file aflibDebug.h.
Public Types | |
enum | Level { lFatal = 3, lWarning = 2, lInfo = 1, lDebug = 0 } |
Static Public Member Functions | |
static void | init (const char *prefix, Level level) |
Initializes at which is the minimum level to react to. | |
static void | fatal (const char *fmt,...) |
static void | warning (const char *fmt,...) |
static void | info (const char *fmt,...) |
static void | debug (const char *fmt,...) |
static void | messageApp (const char *appName) |
This method sets the name of an external application to display messages graphically. |
|
Definition at line 97 of file aflibDebug.h. |
|
Definition at line 211 of file aflibDebug.cc. References aflib_debug_level, display_message(), and lDebug. |
|
Definition at line 172 of file aflibDebug.cc. References aflib_debug_abort, display_message(), and lFatal. |
|
Definition at line 198 of file aflibDebug.cc. References aflib_debug_level, display_message(), and lInfo. |
|
Initializes at which is the minimum level to react to. If you call this, call this before creating the Arts::Dispatcher object. Definition at line 166 of file aflibDebug.cc. References aflib_debug_level, and aflib_debug_prefix. |
|
This method sets the name of an external application to display messages graphically.
Definition at line 224 of file aflibDebug.cc. References messageAppName. |
|
Definition at line 185 of file aflibDebug.cc. References aflib_debug_level, display_message(), and lWarning. |