The Gaudi Framework  master (82fdf313)
Loading...
Searching...
No Matches
IMessageSvc.h File Reference
#include <GaudiKernel/IInterface.h>
#include <iostream>
#include <string>
Include dependency graph for IMessageSvc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMessageSvc
 The IMessage is the interface implemented by the message service. More...
 
class  IInactiveMessageCounter
 

Namespaces

namespace  MSG
 Print levels enumeration.
 

Enumerations

enum  MSG::Level {
  MSG::NIL = 0 , MSG::VERBOSE , MSG::DEBUG , MSG::INFO ,
  MSG::WARNING , MSG::ERROR , MSG::FATAL , MSG::ALWAYS ,
  MSG::NUM_LEVELS
}
 
enum  MSG::Color {
  MSG::BLACK = 0 , MSG::RED , MSG::GREEN , MSG::YELLOW ,
  MSG::BLUE , MSG::PURPLE , MSG::CYAN , MSG::WHITE ,
  MSG::NUM_COLORS
}