GaudiMonitor.GaudiMonitorConf.IssueLogger Class Reference
Inheritance diagram for GaudiMonitor.GaudiMonitorConf.IssueLogger:
Collaboration diagram for GaudiMonitor.GaudiMonitorConf.IssueLogger:

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 55 of file GaudiMonitorConf.py.

Constructor & Destructor Documentation

def GaudiMonitor.GaudiMonitorConf.IssueLogger.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 72 of file GaudiMonitorConf.py.

72  def __init__(self, name = Configurable.DefaultName, **kwargs):
73  super(IssueLogger, self).__init__(name)
74  for n,v in kwargs.items():
75  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiMonitor.GaudiMonitorConf.IssueLogger.getDlls (   self)

Definition at line 76 of file GaudiMonitorConf.py.

76  def getDlls( self ):
77  return 'GaudiMonitor'
def GaudiMonitor.GaudiMonitorConf.IssueLogger.getType (   self)

Definition at line 78 of file GaudiMonitorConf.py.

78  def getType( self ):
79  return 'IssueLogger'

Member Data Documentation

dictionary GaudiMonitor.GaudiMonitorConf.IssueLogger.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 7, # int
3  'AuditServices' : False, # bool
4  'AuditInitialize' : False, # bool
5  'AuditStart' : False, # bool
6  'AuditStop' : False, # bool
7  'AuditFinalize' : False, # bool
8  'AuditReInitialize' : False, # bool
9  'AuditReStart' : False, # bool
10  'Output' : [ ], # list
11  'ReportLevel' : 'WARNING', # str
12  'TracebackLevel' : 'ERROR', # str
13  'ShowTime' : False, # bool
14  }

Definition at line 56 of file GaudiMonitorConf.py.

dictionary GaudiMonitor.GaudiMonitorConf.IssueLogger._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 70 of file GaudiMonitorConf.py.


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