updater4pyi.upd_log module

Set up a minimal logger. To integrate logging in your application, configure your Python logging as you wish. Updater4Pyi gets its logger by calling logging.getLogger('updater4pyi'), i.e. the Updater4Pyi’s logger is called ‘updater4pyi’.

updater4pyi.upd_log.setup_logger(level=20)[source]

A utility function that you can call to set up a simple logging to the console. No hassles.