cola.controllers.log – Log actions

This module provides the controller for the log display

class cola.controllers.log.LogController(model, parent)

The output log controller.

clear()
Clears the log.
log(status, output)
Appends output into the log window
cola.controllers.log.logger(model, parent)
Returns an instance of a log controller.