Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

aflibDebug Class Reference

#include <aflibDebug.h>

List of all members.


Detailed Description

Definition at line 95 of file 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.


Member Enumeration Documentation

enum aflibDebug::Level
 

Enumerator:
lFatal 
lWarning 
lInfo 
lDebug 

Definition at line 97 of file aflibDebug.h.


Member Function Documentation

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

Definition at line 211 of file aflibDebug.cc.

References aflib_debug_level, display_message(), and lDebug.

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

Definition at line 172 of file aflibDebug.cc.

References aflib_debug_abort, display_message(), and lFatal.

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

Definition at line 198 of file aflibDebug.cc.

References aflib_debug_level, display_message(), and lInfo.

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.

Definition at line 166 of file aflibDebug.cc.

References aflib_debug_level, and aflib_debug_prefix.

void aflibDebug::messageApp const char *  appName  )  [static]
 

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

Definition at line 224 of file aflibDebug.cc.

References messageAppName.

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

Definition at line 185 of file aflibDebug.cc.

References aflib_debug_level, display_message(), and lWarning.


The documentation for this class was generated from the following files:
Generated on Fri May 19 15:36:48 2006 for DarkIce by  doxygen 1.4.4