aflibDebug Class Reference

#include <aflibDebug.h>

List of all members.

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.


Member Enumeration Documentation

enum aflibDebug::Level

Enumerator:
lFatal 
lWarning 
lInfo 
lDebug 


Member Function Documentation

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.


The documentation for this class was generated from the following files:
Generated on Sat Feb 23 13:56:37 2008 for Open Source Audio Library Project by  doxygen 1.5.1