GaudiCoreSvc.GaudiCoreSvcConf.MessageSvc Class Reference
Inheritance diagram for GaudiCoreSvc.GaudiCoreSvcConf.MessageSvc:
Collaboration diagram for GaudiCoreSvc.GaudiCoreSvcConf.MessageSvc:

Public Member Functions

def __init__ (self, name=Configurable.DefaultName, kwargs)
 
def getDlls (self)
 
def getType (self)
 

Static Private Attributes

dictionary __slots__
 
dictionary _propertyDocDct
 

Detailed Description

Definition at line 312 of file GaudiCoreSvcConf.py.

Constructor & Destructor Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.MessageSvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 356 of file GaudiCoreSvcConf.py.

356  def __init__(self, name = Configurable.DefaultName, **kwargs):
357  super(MessageSvc, self).__init__(name)
358  for n,v in kwargs.items():
359  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.MessageSvc.getDlls (   self)

Definition at line 360 of file GaudiCoreSvcConf.py.

360  def getDlls( self ):
361  return 'GaudiCoreSvc'
def GaudiCoreSvc.GaudiCoreSvcConf.MessageSvc.getType (   self)

Definition at line 362 of file GaudiCoreSvcConf.py.

362  def getType( self ):
363  return 'MessageSvc'

Member Data Documentation

dictionary GaudiCoreSvc.GaudiCoreSvcConf.MessageSvc.__slots__
staticprivate

Definition at line 313 of file GaudiCoreSvcConf.py.

dictionary GaudiCoreSvc.GaudiCoreSvcConf.MessageSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  'loggedStreams' : ,
3  }

Definition at line 353 of file GaudiCoreSvcConf.py.


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