Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

GaudiSvc::GaudiSvcConf::MessageSvc Class Reference

List of all members.


Detailed Description

Definition at line 1030 of file GaudiSvcConf.py.


Public Member Functions

def __init__
def getDlls
def getType

Static Private Attributes

dictionary __slots__
dictionary _propertyDocDct

Member Function Documentation

def GaudiSvc::GaudiSvcConf::MessageSvc::__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 1073 of file GaudiSvcConf.py.

01073                                                                :
01074       super(MessageSvc, self).__init__(name)
01075       for n,v in kwargs.items():
01076          setattr(self, n, v)
  def getDlls( self ):

def GaudiSvc::GaudiSvcConf::MessageSvc::getDlls (   self  ) 

Definition at line 1077 of file GaudiSvcConf.py.

01077                      :
01078       return 'GaudiSvc'
  def getType( self ):

def GaudiSvc::GaudiSvcConf::MessageSvc::getType (   self  ) 

Definition at line 1079 of file GaudiSvcConf.py.

01079                      :
01080       return 'MessageSvc'
  pass # class MessageSvc


Member Data Documentation

dictionary GaudiSvc::GaudiSvcConf::MessageSvc::__slots__ [static, private]

Definition at line 1031 of file GaudiSvcConf.py.

Initial value:

{ 
    'loggedStreams' : """ MessageStream sources we want to dump into a logfile """,
  }

Definition at line 1070 of file GaudiSvcConf.py.


The documentation for this class was generated from the following file:

Generated at Wed Nov 11 16:37:04 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004