ess.logging.get_logger#

ess.logging.get_logger(subname=None)#

Return one of ess’s loggers.

Parameters

subname (Optional[str], default: None) – Name of an instrument, technique, or workflow. If given, return the logger with the given name as a child of the ess logger. Otherwise, return the general ess logger.

Returns

Logger – The requested logger.