module documentation
Test cases for twisted.logger._format
.
Class |
|
A py_logging.Handler that remembers all logged records in a list. |
Class |
|
Continer for a test configuration of stdlib logging objects. |
Class |
|
Tests for STDLibLogObserver . |
Function | handler |
Construct a 2-tuple of (StreamHandler, BytesIO) for testing interaction with the 'logging' module. |
Function | next |
Retrive the file name and line number immediately after where this function is called. |
Construct a 2-tuple of (StreamHandler, BytesIO) for testing interaction with the 'logging' module.
Returns | |
tuple[ | handler and io object |