module documentation
(source)

Logging utilities.

Function formatTrace Format a trace (that is, the contents of the log_trace key of a log event) as a visual indication of the message's propagation through various observers.
def formatTrace(trace): (source)

Format a trace (that is, the contents of the log_trace key of a log event) as a visual indication of the message's propagation through various observers.

Parameterstracethe contents of the log_trace key from an event. (type: LogTrace)
ReturnsA multi-line string with indentation and arrows indicating the flow of the message through various observers. (type: str)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.