pipeline.extern.logutils¶
The logutils package provides a set of handlers for the Python standard library’s logging package.
Some of these handlers are out-of-scope for the standard library, and so they are packaged here. Others are updated versions which have appeared in recent Python releases, but are usable with older versions of Python, and so are packaged here.
Functions
|
See if a logger has any handlers. |
Classes
|
|
|
|
|
Subclasses Formatter in Pythons earlier than 3.2 in order to give 3.2 Formatter behaviour with respect to allowing %-, {} or $- formatting. |
|
This handler does nothing. |
|
|
|
|
|
Modules
This module contains classes which help you work with queues. |
|