#include <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. |
enum aflibDebug::Level |
void aflibDebug::init | ( | const char * | prefix, | |
Level | level | |||
) | [static] |
Initializes at which is the minimum level to react to.
If you call this, call this before creating the Arts::Dispatcher object.
void aflibDebug::fatal | ( | const char * | fmt, | |
... | ||||
) | [static] |
void aflibDebug::warning | ( | const char * | fmt, | |
... | ||||
) | [static] |
void aflibDebug::info | ( | const char * | fmt, | |
... | ||||
) | [static] |
void aflibDebug::debug | ( | const char * | fmt, | |
... | ||||
) | [static] |
void aflibDebug::messageApp | ( | const char * | appName | ) | [static] |
This method sets the name of an external application to display messages graphically.