#include <aflibDebug.h>
Public Types | |
enum | Level { lFatal = 3, lWarning = 2, lInfo = 1, lDebug = 0 } |
Static Public Methods | |
void | init (const char *prefix, Level level) |
Initializes at which is the minimum level to react to. More... | |
void | fatal (const char *fmt,...) |
void | warning (const char *fmt,...) |
void | info (const char *fmt,...) |
void | debug (const char *fmt,...) |
void | messageApp (const char *appName) |
This method sets the name of an external application to display messages graphically. More... |
|
|
|
|
|
|
|
|
|
Initializes at which is the minimum level to react to. If you call this, call this before creating the Arts::Dispatcher object. |
|
This method sets the name of an external application to display messages graphically.
|
|
|