Captures log messages into a memory buffer and allows on-demand writing captured messages to stderr.
More...
Captures log messages into a memory buffer and allows on-demand writing captured messages to stderr.
def etr.tools.logcapture.LogCapture.__init__ |
( |
|
self | ) |
|
def etr.tools.logcapture.LogCapture.clear |
( |
|
self | ) |
|
def etr.tools.logcapture.LogCapture.start |
( |
|
self | ) |
|
def etr.tools.logcapture.LogCapture.write_captured |
( |
|
self, |
|
|
|
message = None |
|
) |
| |
etr.tools.logcapture.LogCapture.handler |
etr.tools.logcapture.LogCapture.logdateformat = None |
|
static |
string etr.tools.logcapture.LogCapture.logformat = "%(name)s: %(levelname)s: %(message)s" |
|
static |
etr.tools.logcapture.LogCapture.stream = sys.stderr |
|
static |
The documentation for this class was generated from the following file: