Gaudi Framework, version v20r4

Generated: 8 Jan 2009

GaudiSvc::GaudiSvcConf::IssueLogger Class Reference

List of all members.


Detailed Description

Definition at line 679 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::IssueLogger::__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 696 of file GaudiSvcConf.py.

00696                                                                :
00697       super(IssueLogger, self).__init__(name)
00698       for n,v in kwargs.items():
00699          setattr(self, n, v)
  def getDlls( self ):

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

Definition at line 700 of file GaudiSvcConf.py.

00700                      :
00701       return 'GaudiSvc'
  def getType( self ):

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

Definition at line 702 of file GaudiSvcConf.py.

00702                      :
00703       return 'IssueLogger'
  pass # class IssueLogger


Member Data Documentation

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 680 of file GaudiSvcConf.py.

Initial value:

{ 
  }

Definition at line 694 of file GaudiSvcConf.py.


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

Generated at Thu Jan 8 17:53:58 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004