perun.logging ============= .. py:module:: perun.logging .. autoapi-nested-parse:: Logging utilities. Functions --------- .. autoapisummary:: perun.logging.init_logging Module Contents --------------- .. py:function:: init_logging(level: str) -> logging.Logger Initialize logging object. :param level: Logging level :type level: str :returns: Logger object :rtype: Logger