Public Types
- enum Level { lFatal = 3, lWarning = 2, lInfo = 1, lDebug = 0 }
Public Static Methods
- static void init (const char *prefix, Level level)
- 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)
enum Level { lFatal = 3, lWarning = 2, lInfo = 1, lDebug = 0 }
| Level |
void init (const char *prefix, Level level)
| init |
[static]
Initializes at which is the minimum level to react to. If you
call this, call this before creating the Arts::Dispatcher object.
void fatal (const char *fmt,...)
| fatal |
[static]
void warning (const char *fmt,...)
| warning |
[static]
void info (const char *fmt,...)
| info |
[static]
void debug (const char *fmt,...)
| debug |
[static]
void messageApp (const char *appName)
| messageApp |
[static]
This method sets the name of an external application to
display messages graphically.
Generated by: darkeye on destroy on Sun Feb 15 23:41:12 2004, using kdoc 2.0a54. |