twisted.logger.test.test_stdlib.StdlibLoggingContainer(object) class documentationtwisted.logger.test.test_stdlib
(View In Hierarchy)
Continer for a test configuration of stdlib logging objects.
| Method | __init__ | Undocumented |
| Method | close | Close the logger. |
| Method | outputAsText | Get the output to the underlying stream as text. |
Get the output to the underlying stream as text.
| Returns | the output text (type: unicode) | |