phydrus.utils.set_console_handler

phydrus.utils.set_console_handler(logger=None, level=20, fmt='%(levelname)s: %(message)s')[source]

Method to add a console handler to the logger of Phydrus.

Parameters

logger (logging.Logger) – A Logger-instance. Use ps.logger to initialise the Logging instance that handles all logging throughout Phydrus, including all sub modules and packages.