b.l.Logger(object) : class documentation

Part of bzrlib.log View In Hierarchy

An object that generates, formats and displays a log.
Method __init__ Create a Logger.
Method show Display the log.
Method _show_body Show the main log output.
Method _generator_factory Make the LogGenerator object to use.
def __init__(self, branch, rqst):
Create a Logger.
Parametersbranchthe branch to log
rqstA dictionary specifying the query parameters. See make_log_request_dict() for supported values.
def show(self, lf):
Display the log.
ParameterslfThe LogFormatter object to send the output to.
def _show_body(self, lf):
Show the main log output.

Subclasses may wish to override this.

def _generator_factory(self, branch, rqst):
Make the LogGenerator object to use.

Subclasses may wish to override this.

API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.