MyLogger¶
- class swxsoc.util.logger.MyLogger(name, level=0)[source]¶
Bases:
AstropyLoggerThis 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 onSWXWarning. Other warnings will be ignored and passed on to other loggers (e.g., from Astropy).