MyLogger

class swxsoc.util.logger.MyLogger(name, level=0)[source]

Bases: AstropyLogger

This class is used to set up logging.

This inherits the logging enhancements of AstropyLogger. This logger is able to capture and log warnings that are based on SWXWarning. Other warnings will be ignored and passed on to other loggers (e.g., from Astropy).