| vcorelib.logging.args |
index /home/vkottler/src/vkottler/workspace/vcorelib/vcorelib/logging/args.py |
A module implementing command-line option handling for logger initialization.
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| DEFAULT_FORMAT = '%(name)-36s - %(levelname)-6s - %(message)s' DEFAULT_TIME_FORMAT = '%(asctime)s - %(name)s - %(levelname)s - %(message)s' Iterable = typing.Iterable Iterator = typing.Iterator | ||