Test cases for twisted.logger._format.

Function nextLine Retrive the file name and line number immediately after where this function is called.
Class STDLibLogObserverTests Tests for STDLibLogObserver.
Class StdlibLoggingContainer Continer for a test configuration of stdlib logging objects.
Function handlerAndBytesIO Construct a 2-tuple of (StreamHandler, BytesIO) for testing interaction with the 'logging' module.
Class BufferedHandler A py_logging.Handler that remembers all logged records in a list.
def nextLine():

Retrive the file name and line number immediately after where this function is called.

Returnsthe file name and line number (type: 2-tuple of str, int)
def handlerAndBytesIO():

Construct a 2-tuple of (StreamHandler, BytesIO) for testing interaction with the 'logging' module.

Returnshandler and io object (type: tuple of StreamHandler and io.BytesIO)
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.