Package buildbot :: Package process :: Module metrics :: Class MetricLogObserver
[frames] | no frames]

Class MetricLogObserver

source code

 twisted.application.service.Service --+    
                                       |    
twisted.application.service.MultiService --+
                                           |
                                          MetricLogObserver

Instance Methods
 
__init__(self, config) source code
 
reloadConfig(self, config) source code
 
startService(self) source code
 
stopService(self) source code
 
registerHandler(self, interface, handler) source code
 
getHandler(self, interface) source code
 
emit(self, eventDict) source code
 
asDict(self) source code
 
report(self) source code

Inherited from twisted.application.service.MultiService: __iter__, __provides__, addService, getServiceNamed, privilegedStartService, removeService

Inherited from twisted.application.service.Service: __getstate__, __providedBy__, disownServiceParent, setName, setServiceParent

Class Variables

Inherited from twisted.application.service.MultiService: __implemented__

Inherited from twisted.application.service.Service: name, parent, running

Method Details

__init__(self, config)
(Constructor)

source code 
Overrides: twisted.application.service.MultiService.__init__

startService(self)

source code 
Overrides: twisted.application.service.Service.startService

stopService(self)

source code 
Overrides: twisted.application.service.Service.stopService