pylbo.utilities.logger

Module Contents

Functions

init_logger()

Initialises the pylbo logger.

set_loglevel(level)

Sets the logging level.

disable_logging()

Completely disables logging.

Attributes

pylboLogger

pylbo.utilities.logger.pylboLogger[source]
pylbo.utilities.logger.init_logger()[source]

Initialises the pylbo logger.

pylbo.utilities.logger.set_loglevel(level)[source]

Sets the logging level.

Parameters:

level (int, str) – The level for logging. See Logger, or the allowed levels. Both the string and integer values can be set, case-insensitive.

pylbo.utilities.logger.disable_logging()[source]

Completely disables logging.