Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

aflibDebug Class Reference

#include <aflibDebug.h>

List of all members.

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...


Member Enumeration Documentation

enum aflibDebug::Level
 

Enumeration values:
lFatal 
lWarning 
lInfo 
lDebug 


Member Function Documentation

void aflibDebug::debug const char *    fmt,
...   
[static]
 

void aflibDebug::fatal const char *    fmt,
...   
[static]
 

void aflibDebug::info const char *    fmt,
...   
[static]
 

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::messageApp const char *    appName [static]
 

This method sets the name of an external application to display messages graphically.

void aflibDebug::warning const char *    fmt,
...   
[static]
 


The documentation for this class was generated from the following files:
Generated on Wed May 8 20:51:11 2002 for Open Source Audio Library Project by doxygen1.2.15