ess.logging.get_logger

ess.logging.get_logger

ess.logging.get_logger(subname=None)

Return one of ess’s loggers.

Parameters

subname (Optional[str]) – 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.

Return type

logging.Logger