|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
Definition at line 984 of file GaudiSvcConf.py.
Public Member Functions | |
| def | __init__ |
| def | getDlls |
| def | getType |
Static Private Attributes | |
| dictionary | __slots__ |
| dictionary | _propertyDocDct |
| def GaudiSvc::GaudiSvcConf::MessageSvc::__init__ | ( | self, | ||
name = Configurable.DefaultName, |
||||
| kwargs | ||||
| ) |
Definition at line 1027 of file GaudiSvcConf.py.
01027 : 01028 super(MessageSvc, self).__init__(name) 01029 for n,v in kwargs.items(): 01030 setattr(self, n, v) def getDlls( self ):
| def GaudiSvc::GaudiSvcConf::MessageSvc::getDlls | ( | self | ) |
| def GaudiSvc::GaudiSvcConf::MessageSvc::getType | ( | self | ) |
Definition at line 1033 of file GaudiSvcConf.py.
01033 : 01034 return 'MessageSvc' pass # class MessageSvc
dictionary GaudiSvc::GaudiSvcConf::MessageSvc::__slots__ [static, private] |
Definition at line 985 of file GaudiSvcConf.py.
dictionary GaudiSvc::GaudiSvcConf::MessageSvc::_propertyDocDct [static, private] |
Initial value:
{
'loggedStreams' : """ MessageStream sources we want to dump into a logfile """,
}
Definition at line 1024 of file GaudiSvcConf.py.