class documentation

class TestLoggerFactory:

Constructor: TestLoggerFactory(runner)

View In Hierarchy

A logger factory for TestApplicationRunner.

Method __init__ Undocumented
Method start Save the logging start on the runner instance.
Method stop Don't log anything.
Instance Variable runner Undocumented
def __init__(self, runner):

Undocumented

def start(self, application):

Save the logging start on the runner instance.

def stop(self):

Don't log anything.

runner =

Undocumented