Release 6d66b6f5e942506500a4c4a1e2e6f8e2

This commit is contained in:
Dirk Alders 2022-05-08 21:06:05 +02:00
parent 89fc2247dd
commit 21bac82e0c
3 changed files with 2069 additions and 5222 deletions

View File

@ -44,7 +44,7 @@ logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
__DESCRIPTION__ = """The Module {\\tt %s} is designed to help with python logging and to support some handlers for logging to memory. __DESCRIPTION__ = """The Module {\\tt %s} is designed to help with python logging and to support some handlers for logging to memory.
For more Information read the sphinx documentation.""" % __name__.replace('_', '\_') For more Information read the sphinx documentation.""" % __name__.replace('_', '\_')
"""The Module Description""" """The Module Description"""
__INTERPRETER__ = (2, 3, ) __INTERPRETER__ = (3, )
"""The Tested Interpreter-Versions""" """The Tested Interpreter-Versions"""
SHORT_FMT = "%(asctime)s: %(name)s - %(levelname)s - %(message)s" SHORT_FMT = "%(asctime)s: %(name)s - %(levelname)s - %(message)s"

File diff suppressed because it is too large Load Diff

Binary file not shown.