|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
Definition at line 1060 of file GaudiSvcConf.py.
Public Member Functions | |
| def | __init__ |
| def | getDlls |
| def | getType |
Static Private Attributes | |
| dictionary | __slots__ |
| dictionary | _propertyDocDct |
| def GaudiSvc::GaudiSvcConf::IssueLogger::__init__ | ( | self, | ||
name = Configurable.DefaultName, |
||||
| kwargs | ||||
| ) |
Definition at line 1077 of file GaudiSvcConf.py.
01077 : 01078 super(IssueLogger, self).__init__(name) 01079 for n,v in kwargs.items(): 01080 setattr(self, n, v) def getDlls( self ):
| def GaudiSvc::GaudiSvcConf::IssueLogger::getDlls | ( | self | ) |
| def GaudiSvc::GaudiSvcConf::IssueLogger::getType | ( | self | ) |
Definition at line 1083 of file GaudiSvcConf.py.
01083 : 01084 return 'IssueLogger' pass # class IssueLogger
dictionary GaudiSvc::GaudiSvcConf::IssueLogger::__slots__ [static, private] |
Initial value:
{
'OutputLevel' : 0, # int
'AuditServices' : False, # bool
'AuditInitialize' : False, # bool
'AuditStart' : False, # bool
'AuditStop' : False, # bool
'AuditFinalize' : False, # bool
'AuditReInitialize' : False, # bool
'AuditReStart' : False, # bool
'Output' : [ ], # list
'ReportLevel' : 'WARNING', # str
'TracebackLevel' : 'ERROR', # str
'ShowTime' : False, # bool
}
Definition at line 1061 of file GaudiSvcConf.py.
dictionary GaudiSvc::GaudiSvcConf::IssueLogger::_propertyDocDct [static, private] |