pylbo.utilities.logger ====================== .. py:module:: pylbo.utilities.logger Attributes ---------- .. autoapisummary:: pylbo.utilities.logger.pylboLogger Functions --------- .. autoapisummary:: pylbo.utilities.logger.init_logger pylbo.utilities.logger.set_loglevel pylbo.utilities.logger.disable_logging Module Contents --------------- .. py:data:: pylboLogger .. py:function:: init_logger() Initialises the pylbo logger. .. !! processed by numpydoc !! .. py:function:: set_loglevel(level) Sets the logging level. :param level: The level for logging. See :class:`~logging.Logger`, or the `allowed levels `_. Both the string and integer values can be set, case-insensitive. :type level: int, str .. !! processed by numpydoc !! .. py:function:: disable_logging() Completely disables logging. .. !! processed by numpydoc !!