finesse_40m.logging module

finesse_40m.logging.get_logger()[source]
finesse_40m.logging.setup_logger(context=None)[source]

Sets up a logger for the given name. DEBUG messages are disabled, and all other messages (INFO, WARNING, ERROR, CRITICAL) are displayed on stderr.

Args:

name (str): Name of the logger.

Returns:

logging.Logger: Configured logger instance.