manuskript/manuskript/load_save
Jan Wester 37becdf80a Converted version_1.py to new logging style
It had its own mini-logging facility to suppress the most useless debug
messages. Since the new facility does not show debug messages to the
user, but still allows them to end up in the log file, I replaced it
entirely with DEBUG-level logging.

Some spots have received an extra ERROR-level logging on top for the
sake of alerting the user to issues we would like to hear about, and to
avoid breaking up the hierarchical indenting done by the DEBUG-level
messages.
2021-04-08 18:44:28 +02:00
..
__init__.py Working on a more flexible loading/saving system 2016-03-04 22:00:02 +01:00
version_0.py Converted most print statements to use logging 2021-04-08 18:44:28 +02:00
version_1.py Converted version_1.py to new logging style 2021-04-08 18:44:28 +02:00