confab.output

Output control utilities.

confab.output.configure_output(verbosity=0, quiet=False)[source]

Configure verbosity level through Fabric’s output managers.

confab.output.debug(message, **kwargs)[source]

Generate fabric-style output if and only if debug output has been selected.

confab.output.status(message, **kwargs)[source]

Generate fabric-style output if and only if status output has been selected.

confab.output.warn_via_fabric(message, category, filename, lineno=None, line=None)[source]

Adapt Python warnings to Fabric’s warning output manager.