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

messageBase Class Reference

Base class to keep the enumeration of the message LEVEL s. More...

#include <messageBase.h>

List of all members.

Public Types

enum  LEVEL {
  GENERAL,
  RELEASE,
  DEBUG,
  DEBUG_MEDIUM,
  DEBUG_HIGH
}
 enumeration of the different level of information/debugging. More...


Static Public Methods

enum LEVEL getLevel (std::string level)
 returns the enumeration of the LEVEL from a string.


Detailed Description

Base class to keep the enumeration of the message LEVEL s.

Definition at line 8 of file messageBase.h.


Member Enumeration Documentation

enum messageBase::LEVEL

enumeration of the different level of information/debugging.

Enumeration values:
GENERAL  
RELEASE  
DEBUG  
DEBUG_MEDIUM  
DEBUG_HIGH  

Definition at line 14 of file messageBase.h.


Member Function Documentation

enum LEVEL messageBase::getLevel ( std::string level ) [static]

returns the enumeration of the LEVEL from a string.

Definition at line 4 of file messageBase.cpp.


The documentation for this class was generated from the following files:
Generated at Fri Aug 18 12:57:40 2000 for centella framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000