logging.config.BaseConfigurator¶
-
class
logging.config.BaseConfigurator(config)[source]¶ The configurator base class which defines some useful defaults.
Methods¶
__format__ |
default object formatter |
__init__(config) |
|
__new__((S, ...) |
|
__reduce__ |
helper for pickle |
__reduce_ex__ |
helper for pickle |
__sizeof__(() -> int) |
size of object in memory, in bytes |
__subclasshook__ |
Abstract classes can override this to customize issubclass(). |
as_tuple(value) |
Utility function which converts lists to tuples. |
cfg_convert(value) |
Default converter for the cfg:// protocol. |
configure_custom(config) |
Configure an object with a user-supplied factory. |
convert(value) |
Convert values to an appropriate type. |
ext_convert(value) |
Default converter for the ext:// protocol. |
importer |
__import__(name, globals={}, locals={}, fromlist=[], level=-1) -> module |
resolve(s) |
Resolve strings to objects using standard import and attribute syntax. |